w3c / IndexedDB

Indexed Database API
https://w3c.github.io/IndexedDB/
Other
240 stars 62 forks source link

Support Storage Partitioning #383

Closed arichiv closed 2 years ago

arichiv commented 2 years ago

This PR is more of a find and replace right now, not all the concepts translate perfectly as https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-objects needs a storage key and https://storage.spec.whatwg.org/#storage-keys needs to define the opaque concept.

Closes #382

The following tasks have been completed:

Implementation commitment:


Preview | Diff

inexorabletash commented 2 years ago

FYI that I made an update to https://github.com/w3c/IndexedDB/pull/334 which could use more eyeballs, and would simplify/unblock this.

arichiv commented 2 years ago

Could we get this in first? It seems correct as is and #334 has been in-progress for two years.