Re: [whatwg/fetch] Aborting a fetch (#27)

If you are only using in the browser, then can use **rxjs ajax** which supports cancellation.

Also in addition to **superagent**, **axios** just got support for cancellable promises based on the stage 1 proposal. https://github.com/mzabriskie/axios/pull/452 I hasn't been deployed in a release yet, but should be in the next one since it is in master branch.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/27#issuecomment-252681751

Received on Monday, 10 October 2016 17:12:19 UTC