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
We can track addEventListener, but do we intercept whenever a callback is triggered? Need to think about various ways that a callback can be registered.
The text was updated successfully, but these errors were encountered:
This patch allows us to intercept callbacks that are registered through addEventListener. This misses events that are added through writing onevent properties.
This article discusses ways that events could be added. Note that events that are added through jQuery eventually call addEventListener.
We can track addEventListener, but do we intercept whenever a callback is triggered? Need to think about various ways that a callback can be registered.
The text was updated successfully, but these errors were encountered: