You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not that I can see.. Your export just makes sure the getter setters aren't there so you hqve a vanilla object to use, but it doesn't call any removeEventListener on any Dom or input item, that had been created on binding. Thefore even if you export, those Dom items can never be released from memory and will just eventually clog up an app. Especially a mobile hybrid one.
Would be nice to have a bind.cleanup() so that there isn't left over event listeners lying around.
The text was updated successfully, but these errors were encountered: