The NavigatorStorage mixin adds to the web.performance.Navigator
web.workers.WorkerNavigator interfaces the Navigator.storage
which provides access to the web.storage.StorageManager singleton
for controlling the persistence of data stores as well as obtaining
The NavigatorStorage mixin adds to the `web.performance.Navigator` `web.workers.WorkerNavigator` interfaces the `Navigator.storage` which provides access to the `web.storage.StorageManager` singleton for controlling the persistence of data stores as well as obtaining
(storage this)Property.
[Read Only]
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. [Read Only] 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 |