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

@delapuente

> When talking about the SW case, do you mean aborting the request sent to the network by the `fetch` handler due to external reasons?

Yeah. For example, I may react to a fetch for `/article` by fetching 3 different things, `/article-start`, `/article-middle`, `/article-end`. If the user hits the big "stop" button in their browser, or closes the tab, it'd be nice to know that happened and abort the related fetches.

-- 
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-270436200

Received on Wednesday, 4 January 2017 17:47:05 UTC