Liking cljdoc? Tell your friends :D
ClojureScript only.

web.storage.NavigatorStorage

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
raw docstring

storagecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close