The NavigatorStorage mixin adds to the web.Navigator
and web.WorkerNavigator
the web.Navigator.storage
property, which provides access to
web.StorageManager
singleton used for controlling the persistence
data stores as well as obtaining information
The NavigatorStorage mixin adds to the `web.Navigator` and `web.WorkerNavigator` the `web.Navigator.storage` property, which provides access to `web.StorageManager` singleton used for controlling the persistence data stores as well as obtaining information
(set-storage! this val)
Property.
The NavigatorStorage.storage read-only property returns the singleton object used to access the overall storage capabilities of the for the current site or app.
var storageManager = navigator.storage;
See also: https://developer.mozilla.org/en-US/docs/Web/API/NavigatorStorage/storage
Property. The NavigatorStorage.storage read-only property returns the singleton object used to access the overall storage capabilities of the for the current site or app. `var storageManager = navigator.storage;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/NavigatorStorage/storage`
(storage this)
Property.
The NavigatorStorage.storage read-only property returns the singleton object used to access the overall storage capabilities of the for the current site or app.
var storageManager = navigator.storage;
See also: https://developer.mozilla.org/en-US/docs/Web/API/NavigatorStorage/storage
Property. The NavigatorStorage.storage read-only property returns the singleton object used to access the overall storage capabilities of the for the current site or app. `var storageManager = navigator.storage;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/NavigatorStorage/storage`
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 |