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

> Say this request is in progress and the user hits X in the browser UI, closes the tab, or navigates. The browser can cancel the stream once the promise it gets resolves, but it cannot abort either fetch or the .json read of the first fetch.

There are probably other places where this same sort of thing applies, but for this particular case the browser has other mechanisms to cancel these operations.  At least, in gecko we do.

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

Received on Monday, 30 March 2015 17:32:53 UTC