- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 03 Nov 2021 07:55:23 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 November 2021 14:55:35 UTC
@noamr commented on this pull request. > + <p class="note">This is done in main fetch and not in HTTP-fetch to avoid blocking or race + conditions between the networking queue and the document queue. The implication is that if a + fetch redirects to a URL that was preloaded, it would not be consumed.</p> Hmm looking at this again, this patch is wrong. Will resubmit -- 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/1342#discussion_r742025762
Received on Wednesday, 3 November 2021 14:55:35 UTC