-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
The feature detection for event listener third argument is calling the wrong method on window
window.remove('testpassive', arg, arg);
It should be
window.removeEventListener('testpassive', arg, arg);
This comes from the URL referenced in the comment above it: https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md#feature-detection
window.remove('testpassive', arg, arg); |
Metadata
Metadata
Assignees
Labels
No labels