- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 13 May 2025 19:26:25 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 May 2025 02:26:29 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=].
I think the tuple has been defined.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1769#discussion_r2087917538
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/ServiceWorker/pull/1769/review/2838546169@github.com>
Received on Wednesday, 14 May 2025 02:26:29 UTC