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

If some here are dubious whether `fetch(..)` needs cancelation, and that cancelation should just require you to fall back to `XHR`, turn the question around and answer this:

Imagine there was not already an `XHR`, and all we had was a `fetch(..)` as currently proposed without any cancelation. If someone came along and said "I want cancelation for the following cases ...", would we really design something like `XHR` just to do cancelation? I sure hope not.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/27#issuecomment-86785583

Received on Friday, 27 March 2015 01:41:33 UTC