web api interface
StorageManager
Secure context Available in workers
The StorageManager interface of the Storage API provides an interface for managing persistence permissions and estimating available storage. You can get a reference to this interface using either storage or storage.
Instance methods
estimate()- : Returns a
Promisethat resolves to an object containing usage and quota numbers for your origin.
- : Returns a
getDirectory()- : Used to obtain a reference to a
FileSystemDirectoryHandleobject allowing access to a directory and its contents, stored in the origin private file system. Returns aPromisethat fulfills with aFileSystemDirectoryHandleobject.
- : Used to obtain a reference to a
persist()- : Returns a
Promisethat resolves totrueif the user agent is able to persist your site’s storage.
- : Returns a
persisted()- : Returns a
Promisethat resolves totrueif persistence has already been granted for your site’s storage.
- : Returns a
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.