- From: Keita Suzuki <notifications@github.com>
- Date: Tue, 13 May 2025 20:42:59 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/ServiceWorker/pull/1769/review/2838629305@github.com>
@quasi-mod commented on this pull request.
> 1. Let |raceFetchController| be null.
1. Let |raceResponse| be a [=race response=] whose [=race response/value=] is "<code>pending</code>".
1. Run the following substeps [=in parallel=], but [=abort when=] |fetchController|'s [=fetch controller/state=] is "<code>terminated</code>" or "<code>aborted</code>":
1. Set |raceFetchController| to the result of calling [=fetch=] given |request|, with [=fetch/processResponse=] set to the following steps given a [=/response=] |raceNetworkRequestResponse|:
1. If |raceNetworkRequestResponse|'s [=response/status=] is [=ok status=], then:
1. Set |raceResponse|'s [=race response/value=] to |raceNetworkRequestResponse|.
- 1. [=queue/Enqueue=] |raceNetworkRequestResponse| to |queue|.
+ 1. [=queue/Enqueue=] |raceNetworkRequestResponse| as [=race result/race response=] and {{RouterSourceEnum/"network"}} as [=race result/used route=] to |queue|.
Right. I have seperated them into two seperate steps.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1769#discussion_r2087971782
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/ServiceWorker/pull/1769/review/2838629305@github.com>
Received on Wednesday, 14 May 2025 03:43:04 UTC