- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Mon, 08 Sep 2025 03:55:07 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 September 2025 10:55:11 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -2262,7 +2260,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ The user agent *must* create a {{CacheStorage}} object when a {{Window}} object or a {{WorkerGlobalScope}} object is created and associate it with that <dfn for="CacheStorage">global object</dfn>. - A {{CacheStorage}} object represents a <a>name to cache map</a> of its associated [=CacheStorage/global object=]'s <a>environment settings object</a>'s [=environment settings object/origin=]. Multiple separate objects implementing the {{CacheStorage}} interface across documents and workers can all be associated with the same <a>name to cache map</a> simultaneously. + A {{CacheStorage}} object represents the [=name to cache map=] associated with its associated [=CacheStorage/global object=]'s [=environment settings object=]. Multiple separate objects implementing the {{CacheStorage}} interface across documents and workers can all be associated with the same <a>name to cache map</a> simultaneously. done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1789#discussion_r2329883493 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1789/review/3196004032@github.com>
Received on Monday, 8 September 2025 10:55:11 UTC