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

Break out fetch #6

Closed jimmywarting closed 6 years ago

jimmywarting commented 6 years ago

Some more context: https://github.com/github/fetch/pull/572 to why i did this changes

mo commented 6 years ago

I've merged your changes onto a branch called "break-out-abortcontroller/src" and then I did a few more changes to avoid making a semver breaking change and to make the tests pass, and I fixed an issue that prevented it from running in IE 11. This branch will still allow you to import the AbortController without getting your fetch modified. Code is here:

https://github.com/mo/abortcontroller-polyfill/tree/break-out-abortcontroller/src

If I merge these changes onto abortcontroller-polyfill "master", will that be enough for moving github/fetch#572 forward?

mo commented 6 years ago

merged to master and released as v1.0.8