0.0.4 • Published 3 years ago

yet-another-abortcontroller-polyfill v0.0.4

Weekly downloads
1,028
License
MIT
Repository
github
Last release
3 years ago

npm version Node.js CI

abort-controller-polyfill

A simple polyfill for abort controller with proper event handling.

This was created because other polyfills had event handling that was so far off that fixing them would have contituted just rewriting them completely.

Polyfills the following:

Development

Be sure to install dependencies. This depends on a lightweight EventTarget polyfill, but nothing else.

To run tests, just run npm test.