- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 13 May 2025 19:22:26 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 May 2025 02:22:30 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -3257,9 +3275,11 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Run the following substeps [=in parallel=]: 1. Let |fetchHandlerResponse| be the result of [=Create Fetch Event and Dispatch=] with |request|, |registration|, |useHighResPerformanceTimers|, |timingInfo|, |workerRealm|, |reservedClient|, |preloadResponse|, and |raceResponse|. 1. If |fetchHandlerResponse| is not null and not a [=network error=], and |raceFetchController| is not null, [=fetch controller/abort=] |raceFetchController|. - 1. [=queue/Enqueue=] |fetchHandlerResponse| to |queue|. + 1. [=queue/Enqueue=] |fetchHandlerResponse| as [=race result/race response=] and {{RouterSourceEnum/"fetch-event"}} as [=race result/used route=] to |queue|. ditto. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1769#pullrequestreview-2838539512 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1769/review/2838539512@github.com>
Received on Wednesday, 14 May 2025 02:22:30 UTC