- From: Keita Suzuki <notifications@github.com>
- Date: Tue, 13 May 2025 20:42:38 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 May 2025 03:42:46 UTC
@quasi-mod 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 [=race result=]. Removed. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1769#discussion_r2087971531 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1769/review/2838628956@github.com>
Received on Wednesday, 14 May 2025 03:42:46 UTC