- From: Shunya Shishido <notifications@github.com>
- Date: Mon, 16 Jun 2025 18:59:41 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 June 2025 01:59:45 UTC
@sisidovski commented on this pull request. > @@ -3228,9 +3228,11 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Let |shouldSoftUpdate| be true if any of the following are true, and false otherwise: * |request| is a [=non-subresource request=]. * |request| is a [=subresource request=] and |registration| is [=stale=]. + 1. Let |raceResponse| be null. Ah no, we have to pass `raceResponse` in L3328. > 1. Let |fetchResult| be the result of [=Create Fetch Event and Dispatch=] with |request|, |registration|, |useHighResPerformanceTimers|, |timingInfo|, |workerRealm|, |reservedClient|, |preloadResponse|, and |raceResponse|. So I think the current position is reasonable? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1756#discussion_r2151173767 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1756/review/2933924975@github.com>
Received on Tuesday, 17 June 2025 01:59:45 UTC