Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

@optimalisatie `window.stop()` is not a reliable way to cancel requets *. Furthermore, when it does work, it does not abort a specific request, but *all* requests.

\* `window.stop()` does not abort fetch in Firefox - https://bugzilla.mozilla.org/show_bug.cgi?id=1165237

-- 
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/447#issuecomment-315598253

Received on Sunday, 16 July 2017 09:51:12 UTC