├── CONTRIBUTING.md ├── EventListenerOptions.polyfill.js ├── LICENSE.md ├── README.md ├── explainer.md └── w3c.json /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/EventListenerOptions/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /EventListenerOptions.polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/EventListenerOptions/HEAD/EventListenerOptions.polyfill.js -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/EventListenerOptions/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/EventListenerOptions/HEAD/README.md -------------------------------------------------------------------------------- /explainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/EventListenerOptions/HEAD/explainer.md -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/EventListenerOptions/HEAD/w3c.json --------------------------------------------------------------------------------