- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Mon, 08 Sep 2025 03:56:10 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 September 2025 10:56:14 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -1952,9 +1952,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ A <dfn id="dfn-name-to-cache-map">name to cache map</dfn> is an <a>ordered map</a> whose [=map/entry=] consists of a [=map/key=] (a string that represents the name of a [=request response list=]) and a [=map/value=] (a [=request response list=]). - Each [=/storage key=] has an associated [=name to cache map=]. - - The <dfn id="dfn-relevant-name-to-cache-map">relevant name to cache map</dfn> is the [=name to cache map=] associated with the [=/storage key=] [=obtain a storage key|obtained=] from [=this=]'s associated [=CacheStorage/global object=]'s [=environment settings object=]. + The <dfn id="dfn-relevant-name-to-cache-map">relevant name to cache map</dfn> is a [=name to cache map=] obtained as the result of running [=obtain a local storage bottle map=] with [=this=]'s associated [=CacheStorage/global object=]'s [=environment settings object=] and "<code>caches</code>". sure. updated. also mixed with domenic's comment. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1789#discussion_r2329886173 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1789/review/3196007583@github.com>
Received on Monday, 8 September 2025 10:56:14 UTC