- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Thu, 08 May 2025 04:54:26 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 May 2025 11:54:30 UTC
@yoshisatoyanagisawa commented on this pull request. > 1. Return |response|. 1. Return null. 1. Else if |source| is {{RouterSourceEnum/"race-network-and-fetch-handler"}}, and |request|'s [=request/method=] is \`<code>GET</code>\` then: 1. If |shouldSoftUpdate| is true, then [=in parallel=] run the [=Soft Update=] algorithm with |registration|. - 1. Let |queue| be an empty [=queue=] of [=/response=]. + 1. Let |queue| be an empty [=queue=] of tuple of a [=/response=] and a [=RouterSourceEnum/used route=]. Also, where [=RouterSourceEnum/used route=] is defined? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1769#discussion_r2079570248 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1769/review/2824882864@github.com>
Received on Thursday, 8 May 2025 11:54:30 UTC