- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Wed, 06 Aug 2025 02:59:29 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/ServiceWorker/pull/1786@github.com>
The previous wording "the registration’s storage key’s name to cache map" was ambiguous. This change clarifies the mechanism for accessing caches during a fetch event handled by a service worker. Specifically, it replaces the ambiguous phrase with a direct call to "obtain a local storage bottle map" from the Storage specification, using the reserved client's environment. This makes the process of retrieving the cache map explicit and aligns the specification with modern storage standards. This addresses the issue raised in https://github.com/w3c/ServiceWorker/issues/1784 <!-- 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/1786.html" title="Last updated on Aug 6, 2025, 9:59 AM UTC (f9ace23)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/ServiceWorker/1786/83a8993...yoshisatoyanagisawa:f9ace23.html" title="Last updated on Aug 6, 2025, 9:59 AM UTC (f9ace23)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1786 -- Commit Summary -- * Clarify cache access in Handle Fetch -- File Changes -- M docs/index.bs (3) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1786.patch https://github.com/w3c/ServiceWorker/pull/1786.diff -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1786 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1786@github.com>
Received on Wednesday, 6 August 2025 09:59:34 UTC