- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 04 Mar 2021 06:23:10 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 March 2021 14:23:22 UTC
The fetch algorithm also errors this stream with an "AbortError" DOMException in HTTP-network fetch. (I could see waiting with landing this until more is cleaned up around how abort/terminate works. My tentative plan is that we keep much of the current structure, but rather than "the ongoing fetch is terminated" we could check something like "fetchHandle's stop is not 'none'" with other values being 'abort' and 'terminate'.) You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/1187 -- Commit Summary -- * Editorial: remove some duplicate abort logic -- File Changes -- M fetch.bs (8) -- Patch Links -- https://github.com/whatwg/fetch/pull/1187.patch https://github.com/whatwg/fetch/pull/1187.diff -- 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/1187
Received on Thursday, 4 March 2021 14:23:22 UTC