- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Thu, 29 May 2025 18:22:52 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/ServiceWorker/pull/1773@github.com>
This pull request introduces the following enhancements: 1. Type Correction for race-network-and-fetch-event: Modified the race-network-and-fetch-event algorithm to consistently return the correct value type. This addresses a previous inconsistency where the algorithm could yield a value of a different, incorrect type. 2. Preservation of Response Timing Information: Ensured that timing information within the response, particularly the fetch event dispatch time, is retained when the fetch event's value is utilized. This resolves an issue where such timing data was previously being discarded. <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/yoshisatoyanagisawa/ServiceWorker/pull/1773.html" title="Last updated on May 30, 2025, 1:22 AM UTC (e54d167)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/ServiceWorker/1773/4e9d705...yoshisatoyanagisawa:e54d167.html" title="Last updated on May 30, 2025, 1:22 AM UTC (e54d167)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1773 -- Commit Summary -- * Revise race-network-and-fetch-handler behavior * Simplify the code change -- File Changes -- M docs/index.bs (8) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1773.patch https://github.com/w3c/ServiceWorker/pull/1773.diff -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1773 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1773@github.com>
Received on Friday, 30 May 2025 01:22:56 UTC