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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
plunkr showing native removeEventListener (no leaks) vs jqLite.unbind: http://plnkr.co/edit/VPfdAMITaqAWNGIZ1eQL?p=preview
in the provided example jqLite.unbind does not remove event listeners.
Note: elements are pushed to window.elements on purpose to simulate more advanced use cases
The text was updated successfully, but these errors were encountered:
see the event listeners graph. I am suprised that even native doesn't drop to 4 handlers - on other machine the native version drops to 4 (0) event handlers
plunkr showing native
removeEventListener
(no leaks) vsjqLite.unbind
:http://plnkr.co/edit/VPfdAMITaqAWNGIZ1eQL?p=preview
in the provided example
jqLite.unbind
does not remove event listeners.Note: elements are pushed to
window.elements
on purpose to simulate more advanced use casesThe text was updated successfully, but these errors were encountered: