Re: [whatwg/fetch] Add ServiceWorker Static Routing API support (PR #1737)

@sisidovski commented on this pull request.



> @@ -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>.

Yes, but actually this wouldn't delay the algorithm. When |raceResponse| is not null, the corresponding request is at least in-flight status. The map in "Lookup Race Response" is a map only contains in-flight requests/responses. At this point in 4.1. Main fetch, the actual fetch is not performed yet, we expect waiting for the in-flight request is faster in most cases.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1737#discussion_r1648639261
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1737/review/2132143636@github.com>

Received on Friday, 21 June 2024 08:51:19 UTC