- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 07 Sep 2025 23:54:59 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 September 2025 06:55:03 UTC
domenic created an issue (w3c/ServiceWorker#1791) There is a specific definition of `global object` for `CacheStorage`. This is unnecessary. You can use the general [relevant global object](https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global) definition. Similarly, it is common in this spec to reference `|someCacheStorageObj|'s [=CacheStorage/global object=]'s [=environment settings object=]`. This is: - Incorrect, since it references the "type" `[=environment settings object=]` instead of the "field" `[=global object/environment settings object=]`. - Redundant, because you can instead just reference `|someCacheStorageObj|'s [=relevant settings object=]`. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1791 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/issues/1791@github.com>
Received on Monday, 8 September 2025 06:55:03 UTC