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

And it's not enough to see if the state has gone from being in-progress to aborted, because the caller needs to know whether or not it was *their call to `abort()`* that aborted the fetch. You could have three `abort()`s called on the same fetch, but only one will be the one that *causes the fetch to abort*.

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

Received on Sunday, 9 April 2017 13:28:12 UTC