- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Thu, 08 May 2025 04:52:27 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 May 2025 11:52:31 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=]. nit but maybe "tuples of"? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1769#pullrequestreview-2824878065 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1769/review/2824878065@github.com>
Received on Thursday, 8 May 2025 11:52:31 UTC