- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 08 Feb 2021 05:44:27 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 February 2021 13:44:40 UTC
There is no need for the fetch() method to go in parallel to run fetch as the main fetch algorithm already does that itself. This also prevents the issue of the main fetch algorithm grabbing global state at the wrong time. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/1163 -- Commit Summary -- * fetch() does not need in parallel as fetch already does so -- File Changes -- M fetch.bs (2) -- Patch Links -- https://github.com/whatwg/fetch/pull/1163.patch https://github.com/whatwg/fetch/pull/1163.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/1163
Received on Monday, 8 February 2021 13:44:40 UTC