getify / CAF

Cancelable Async Flows (CAF)
MIT License
1.34k stars 46 forks source link

update "abortcontroller" to fully use new version of polyfill #7

Closed getify closed 5 years ago

getify commented 6 years ago

The abortcontroller polyfill used by CAF is now able to run in Node without any modifications. As such, we should now be able to list it as a dependency and link to it separately instead of including a manually tweaked version of the file for our distribution build. Update accordingly.