Bug 185405
Summary: | Feature: Implement the Storage API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Thomas Steiner <tomac> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cedric, costan, harit.subscriptions, louis.ormerod, martiminchev, mjs, nicolas, rniwa, simon.fraser, talk, wangxgwxg, webkit-bug-importer, webkit |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 11 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=199614 |
Thomas Steiner
This API allows developers to get an estimation about the storage quota their Web app can use and is already using.
See https://www.chromestatus.com/features/5630353511284736 and https://storage.spec.whatwg.org/ for details.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Harit Himanshu
Please prioritize this issue. Getting PWA consistently across all devices is very important to us as web developers. Thank you
Radar WebKit Bug Importer
<rdar://problem/47694563>
Ernst
+1 It will be fantastic to have this.
Thomas Steiner
The Google Search team have just documented why they need the Storage Estimation API: https://web.dev/google-search-sw/#service-worker-overhead.