- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Thu, 12 Jun 2025 00:19:52 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 June 2025 07:19:56 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -3282,6 +3287,15 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Wait until |queue| is not empty. 1. Let |result| be the result of [=dequeue=] |queue|. 1. Let |routedResponse| be |result|'s [=race result/routed response=]. + 1. If |routedResponse| is null or a [=network error=], then: + + Note: the [=Create Fetch Event and Dispatch=] return value is queued regardless of its value. Failure response means the raced fetch handler failed. + + 1. Wait until |networkFetchCompleted| is true. Sure. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1777#discussion_r2141907091 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1777/review/2919836023@github.com>
Received on Thursday, 12 June 2025 07:19:56 UTC