- From: Monica Chintala <notifications@github.com>
- Date: Fri, 05 Sep 2025 15:47:56 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 September 2025 22:48:00 UTC
@monica-ch 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. using def ref syntax for <a>name to cache map</a> to [=name to cache map=] and also maintains consistency -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1789#pullrequestreview-3190990436 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1789/review/3190990436@github.com>
Received on Friday, 5 September 2025 22:48:00 UTC