mo / abortcontroller-polyfill

Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).
MIT License
328 stars 26 forks source link

Add universal Emitter implementation. #12

Closed joaovieira closed 6 years ago

joaovieira commented 6 years ago

Changes Emitter implementation to be universal. document, window, Element and other classes that implement the EventTarget interface are not available in web workers or Node.js. XMLHttpRequest is available in workers, but not Node.js.

Implementation is based on EventTarget with deferred callback executions.

Fixes #11.

mo commented 6 years ago

Thank you! Pushed and released as 1.1.0