Articles tagged: Storage API
Found 8 documents
- Web/API/Storage/LocalStorage localStorage is analogous to sessionStorage, with the same same-origin rules applied, but it is ...
- Web/API/StorageEstimate The StorageEstimate dictionary is used by the StorageManager to provide estimates of the size of ...
- Web/API/StorageEstimate/usage The StorageEstimate dictionary's usage property is a conservative approximation of how much ...
- Web/API/StorageManager The StorageManager interface of the the Storage API provides an interface for managing ...
- Web/API/StorageManager/estimate The estimate() method of the StorageManager interface asks the Storage Manager to obtain quota ...
- Web/API/StorageManager/persist The persist method of the StorageManager interface requests permission to use persistent ...
- Web/API/StorageManager/persisted The persisted property of the StorageManager interface returns a Promise that resolves to true ...
- Web/API/Storage_API The Storage Standard defines a common, shared storage system to be used by all APIs and ...