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

This change adds a new section that discusses the security and privacy considerations, specifically around potential side-channel attacks. *** Preview | Diff

This change adds a new dictionary to the result of `StorageManager.estimate()` that breaks down usage by storage system. I've opened a related TAG review here: https://github.com/w3ctag/design-reviews/issues/365 *** Preview | Diff

Replacing needs to happen at the level of storage units (or shelves) and potentially across the user agent's storage map and the browsing session's storage map. This means that potentially...

In order to give developers a more consistent experience across browsers, while allowing browsers to compress, deduplicate, and otherwise optimize the stored data, we should standardize the upper bound for...

The work here should include efforts to allow users to share data among shelves. For one example, as a user, I don't want to carry a series of WebBundles from...

As some of the advice seems a bit dated, I'm opening this issue to track and discuss what kind of changes we might be making. The relevant PRs are https://github.com/whatwg/html/pull/5560...

The terms "storage shed", "storage shelf", "storage bucket" and "storage bottle" are hard to understand. The terms express a size hierarchy, which is pretty clear, but other than that, they...

On the one hand, > A storage shed **is** a map of storage keys to storage shelves. *(emphasis added)* [[1]](https://storage.spec.whatwg.org/#storage-sheds) but: > A storage shelf exists for each storage key...

https://storage.spec.whatwg.org/#storage-sheds The following phrasings seem tautological: > A user agent holds a storage shed, which is a storage shed. > A browsing session holds a storage shed, which is a...

Why do quotas exist both at the "storage endpoint" and "storage shelf" level? This is not explained. The API in the spec only deals with the "storage shelf" level.