The storageQuota property of the web.Navigator interface of
Quota Management API provides means to query and request storage
and quota information.
The storageQuota property of the `web.Navigator` interface of Quota Management API provides means to query and request storage and quota information.
(query-info this & args)Method.
The queryInfo() property of the web.StorageQuota interface
a web.StorageInfo object containting the current data usage
available quota information for the application.
StorageQuota.queryInfo().then(function(storageInfo) { ... })
See also: https://developer.mozilla.org/en-US/docs/Web/API/StorageQuota/queryInfo
Method.
The queryInfo() property of the `web.StorageQuota` interface
a `web.StorageInfo` object containting the current data usage
available quota information for the application.
`StorageQuota.queryInfo().then(function(storageInfo) { ... })`
See also: `https://developer.mozilla.org/en-US/docs/Web/API/StorageQuota/queryInfo`(request-persistent-quota this & args)Method.
The requestPersistentQuota() property of the web.StorageQuota
requests persistent storage for the requesting application and
a web.Promise to an instance of web.StorageInfo.
StorageQuota.requestPersistentQuota().then(function(storageInfo) { ... })
See also: https://developer.mozilla.org/en-US/docs/Web/API/StorageQuota/requestPersistentQuota
Method.
The requestPersistentQuota() property of the `web.StorageQuota`
requests persistent storage for the requesting application and
a `web.Promise` to an instance of `web.StorageInfo`.
`StorageQuota.requestPersistentQuota().then(function(storageInfo) { ... })`
See also: `https://developer.mozilla.org/en-US/docs/Web/API/StorageQuota/requestPersistentQuota`(set-supported-types! this val)Property.
The supportedTypes read-only property of the web.StorageQuota
returns a list of the available storage types.
var storageTypes = StorageQuota.supportedTypes
See also: https://developer.mozilla.org/en-US/docs/Web/API/StorageQuota/supportedTypes
Property. The supportedTypes read-only property of the `web.StorageQuota` returns a list of the available storage types. `var storageTypes = StorageQuota.supportedTypes` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StorageQuota/supportedTypes`
(supported-types this)Property.
The supportedTypes read-only property of the web.StorageQuota
returns a list of the available storage types.
var storageTypes = StorageQuota.supportedTypes
See also: https://developer.mozilla.org/en-US/docs/Web/API/StorageQuota/supportedTypes
Property. The supportedTypes read-only property of the `web.StorageQuota` returns a list of the available storage types. `var storageTypes = StorageQuota.supportedTypes` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StorageQuota/supportedTypes`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |