- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 13 May 2025 19:14:50 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 May 2025 02:14:54 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 [=race result=]. maybe typo? you might not need "tuple of" here. i.e. > Let |queue| be an empty [=queue=] of [=race result=]. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1769#pullrequestreview-2838529449 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1769/review/2838529449@github.com>
Received on Wednesday, 14 May 2025 02:14:54 UTC