storage icon indicating copy to clipboard operation
storage copied to clipboard

Storage Standard

Results 47 storage issues
Sort by recently updated
recently updated
newest added

- [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:...

A number of specifications need updating: - [x] localStorage / sessionStorage - https://github.com/whatwg/html/pull/5560 - [ ] Indexed DB - https://github.com/w3c/IndexedDB/pull/334 - [ ] Service Workers - [ ] Cache API...

I'm trying to figure out how session storage should behave in a few similar cases. I think the possible options for each of these are: a) The new page has...

Currently various attributes are stored on the environment and environment settings object and then a StorageKey is computed from those values. This works today when StorageKey only consists of origin....

- [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:...

**Explainer and spec:** https://arthursonzogni.github.io/anonymous-iframe/ Anonymous iframe require updating several specifications: | Spec | PR | | ------------- | ----------------------------------------------------- | | HTML | https://github.com/whatwg/html/pull/7695 | | Fetch | https://github.com/whatwg/fetch/pull/1416 |...

We have been exploring the behavior around quota while under storage pressure: What value should we return for `quota` when the user has less available disk space than the quota...

A number of browsers are working partitioning storage; e.g. [privacycg explainer](https://privacycg.github.io/storage-partitioning/) and [chromium explainer](https://github.com/wanderview/quota-storage-partitioning/blob/main/explainer.md). I think we are close to consensus that the storage key should include the top-level site...

See this IRC conversation from 2017: https://freenode.logbot.info/whatwg/20171129#c1373257 Essentially, at the moment it’s very inconvenient to try to persist large data structures that don’t fit the key/value store model of IDB/localStorage....

# First I am Japanese, and I do not have good English. If you can read Japanese, please read this original. https://zenn.dev/aoisensi/scraps/a869e8095581ae # Current Currently, there are two ways to...