Bug 185946 - navigator.storage is undefined for webkit
Summary: navigator.storage is undefined for webkit
Status: RESOLVED DUPLICATE of bug 231826
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: Safari 12
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-24 07:05 PDT by siddhant loya
Modified: 2022-10-28 04:58 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description siddhant loya 2018-05-24 07:05:39 PDT
As per the specs https://storage.spec.whatwg.org/#storagemanager , navigator.storage should return a Promise. 
It currently returns undefined

When will this API be available?

The amount of storage is 50MB max for Webkit, hence it is very important to estimate the available quota.
Also , will storage persist API be exposed to developers ?
Comment 1 Sam Sneddon [:gsnedders] 2022-10-28 04:58:21 PDT

*** This bug has been marked as a duplicate of bug 231826 ***