Skip to content

Commit

Permalink
Clarify bottle map in IDB (#90)
Browse files Browse the repository at this point in the history
* Clarify bottle map in IDB

Confusingly, buckets have a bottle_map and bottles have a map.
This corrects a link from bottle_map to "bottle's map".

---------

Co-authored-by: Evan Stade <[email protected]>
  • Loading branch information
evanstade and Evan Stade authored Apr 7, 2023
1 parent befd38e commit e8b2dc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
text: bucket mode; url: bucket-mode
text: obtain a local storage shelf; url: obtain-a-local-storage-shelf
text: storage bottle; url: storage-bottle
text: storage bottle map; url: storage-bottle-map
text: storage bucket; url: storage-bucket
text: storage key; url: storage-key
text: storage quota; url: storage-quota
Expand Down Expand Up @@ -496,7 +497,7 @@ A {{StorageBucket}} has an {{IDBFactory}} object, initially null. The <dfn attri

1. Let |indexedDB| be an {{IDBFactory}} object.

1. Set the [=bottle map=] for |indexedDB| to |bottle map|.
1. Set the [=storage bottle map=] for |indexedDB| to |bottle map|.

1. Set [=this=]'s {{StorageBucket/indexedDB}} to |indexedDB|.

Expand Down

0 comments on commit e8b2dc9

Please sign in to comment.