- From: youennf <notifications@github.com>
- Date: Mon, 07 Jul 2025 01:20:08 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 July 2025 08:20:11 UTC
@youennf commented on this pull request. > 1. Else, resolve |preloadResponse| with undefined. - 1. Let |fetchResult| be the result of [=Create Fetch Event and Dispatch=] with |request|, |registration|, |useHighResPerformanceTimers|, |timingInfo|, |workerRealm|, |reservedClient|, |preloadResponse|, and null. + 1. Let |fetchResult| be the result of [=Create Fetch Event and Dispatch=] with |request|, |registration|, |useHighResPerformanceTimers|, |timingInfo|, |workerRealm|, |reservedClient|, |preloadResponse|, and |responseForAutoPreload|. Oh, that is right, the algorithm is perfectly fine as is. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1756#discussion_r2189333323 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1756/review/2992711007@github.com>
Received on Monday, 7 July 2025 08:20:11 UTC