You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the fetch is routed through HTTP fetch, the worker client’s active service worker is set to the result of the service worker registration matching.\
3365
3363
</li>
3366
3364
<li>
3367
-
他の場合,`~worker~client$の`生成元$clは`不透明な生成元$であるならば
3365
+
他の場合, %~clientの`生成元$clは`不透明な生成元$であるならば
3368
3366
⇒
3369
3367
~NULL
3370
3368
◎
3371
3369
Otherwise, if the worker client’s origin is an opaque origin,\
Otherwise, it is set to the active service worker of the environment settings object of the last item in the worker client’s global object’s owner set.
The relevant name to cache map is the name to cache map associated with the storage key obtained from this’s associated global object’s environment settings object.
8597
-
</p>
8598
-
8599
-
<p class="trans-note">【
8600
-
%O に該当するものは、
8601
-
この仕様においては `CacheStorage$I ~objしかない。
8602
-
】</p>
8587
+
The relevant name to cache map for a CacheStorage object is the name to cache map associated with the result of running obtain a local storage bottle map with the object’s relevant settings object and "caches".
The user agent must create a CacheStorage object when a Window object or a WorkerGlobalScope object is created and associate it with that global object.
10175
+
The user agent must create a CacheStorage object when a Window object or a WorkerGlobalScope object is created.
A CacheStorage object represents a name to cache map of its associated global object’s environment settings object’s origin. Multiple separate objects implementing the CacheStorage interface across documents and workers can all be associated with the same name to cache map simultaneously.
10187
+
A CacheStorage object represents the name to cache map associated with the result of running obtain a local storage bottle map with its relevant settings object and "caches". Multiple separate objects implementing the CacheStorage interface across documents and workers can all be associated with the same name to cache map simultaneously.
0 commit comments