- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Wed, 16 Apr 2025 21:02:03 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 April 2025 04:02:07 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -3256,7 +3261,45 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 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. Wait until |queue| is not empty. + 1. Set |fetchHandlerCompleted| to true. + 1. Wait until |queue| is not empty or (|networkFetchCompleted| is true and |fetchHandlerCompleted| is true). @domenic Can I ask your advice on how this kinds of thing is usually written in the spec? The explanation sounds reasonable as code, but I am afraid it is not usual way of writing spec. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1764#pullrequestreview-2774515932 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1764/review/2774515932@github.com>
Received on Thursday, 17 April 2025 04:02:07 UTC