Skip to content

Commit 2d7be2b

Browse files
authored
Partition cache API by storage key. (#1606) (#1630)
1 parent 7ad2f80 commit 2d7be2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,9 +1827,9 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
18271827

18281828
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=]).
18291829

1830-
Each [=/origin=] has an associated [=name to cache map=].
1830+
Each [=/storage key=] has an associated [=name to cache map=].
18311831

1832-
The <dfn id="dfn-relevant-name-to-cache-map">relevant name to cache map</dfn> is the instance of [=this=]'s associated [=CacheStorage/global object=]'s [=environment settings object=]'s [=environment settings object/origin=].
1832+
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=].
18331833
</section>
18341834

18351835
<section>

0 commit comments

Comments
 (0)