- From: Jake Archibald <notifications@github.com>
- Date: Mon, 03 Apr 2017 17:04:56 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 April 2017 00:06:01 UTC
F2F: * Drop "follow" - @stuartpb is right about the edge cases * Come up with base classes so it can be used for "abort" only * If the fetch is initiated on the same thread as the controller, should we ensure aborting before the fetch promise resolves always rejects the promise with an `AbortError`, even if the response completes? It may involve removing things from the microtask queue. Worried that pretending an upload was aborted, when it actually completed, is a bit misleading. -- 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-291331433
Received on Tuesday, 4 April 2017 00:06:01 UTC