[w3c/ServiceWorker] Revise cache storage lookup using the "obtain a local storage bottle map" algorithm (Issue #1788)

yoshisatoyanagisawa created an issue (w3c/ServiceWorker#1788)

In https://github.com/w3c/ServiceWorker/issues/1784, @annevk pointed out that "A storage key doesn't hold a name to cache map."
However, In https://w3c.github.io/ServiceWorker/#cache-constructs, [name to cache map](https://w3c.github.io/ServiceWorker/#dfn-name-to-cache-map) is associated with the [storage key](https://storage.spec.whatwg.org/#storage-key).

The part should be updated to use the storage standard.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1788
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/issues/1788@github.com>

Received on Thursday, 4 September 2025 05:02:34 UTC