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
I am going to use it in the case of multiple nodes and the repetition of node.append/node.remove.
This can cause problems because removeEventListener can not properly find the corresponding Listeners, leaving Listeners referencing the removed Node.
I am going to use it in the case of multiple nodes and the repetition of
node.append/node.remove
.This can cause problems because
removeEventListener
can not properly find the corresponding Listeners, leaving Listeners referencing the removed Node.Current core code is:
I think it's better:
The text was updated successfully, but these errors were encountered: