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 Aug 3, 2020. It is now read-only.
The EventTarget interface, which is also already polyfilled in here, supports
handleEvent
method through objects/instances.This polyfill breaks standard behavior when an object, instead of a callback, is passed as listener and the third parameter is an object too.
More on the topic, with various use cases and explained benefits, in this post.
The text was updated successfully, but these errors were encountered: