Re: [whatwg/fetch] WIP: Cancelation (#523)

I tried to capture that in https://github.com/whatwg/fetch/pull/523#issuecomment-307340150.

The abort steps are different at different parts of a fetch. It will check a flag before it starts those steps, but it will also provide steps to run if cancellation happens during those steps. Once those steps are complete, it removes the abort steps since they no longer make sense for this phase of the fetch.

But I totally defer to whatever makes most sense for implementers. It's not something I have knowledge of. My thinking is very JavaScripty 😄 .

-- 
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/pull/523#issuecomment-312004935

Received on Thursday, 29 June 2017 15:36:55 UTC