- From: Stuart P. Bentley <notifications@github.com>
- Date: Sun, 09 Apr 2017 06:26:58 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 9 April 2017 13:28:12 UTC
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