- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 25 Mar 2024 08:07:35 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 25 March 2024 15:07:39 UTC
@annevk commented on this pull request. Wouldn't this return a response without any filtering getting applied? I guess the idea is that these are already filtered responses? Can that be asserted? > @@ -4506,6 +4506,10 @@ steps: <li><p>If <var>recursive</var> is false, then run the remaining steps <a>in parallel</a>. + <li><p>Let |raceResponse| be the result of <a for=/>lookup race response</a> given <var>request</var>. As far as I can tell https://w3c.github.io/ServiceWorker/#lookup-race-response-algorithm ends up waiting, which would delay this algorithm. Is that really the intent? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1737#pullrequestreview-1958001763 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1737/review/1958001763@github.com>
Received on Monday, 25 March 2024 15:07:39 UTC