Liking cljdoc? Tell your friends :D
ClojureScript only.

chromex.protocols.chrome-storage-area


IChromeStorageAreacljsprotocol

a wrapper for https://developer.chrome.com/extensions/storage#type-StorageArea

get-native-storage-areacljs

(get-native-storage-area this)

getcljs

(get this)
(get this keys)

get-bytes-in-usecljs

(get-bytes-in-use this)
(get-bytes-in-use this keys)

setcljs

(set this items)

removecljs

(remove this keys)

clearcljs

(clear this)
sourceraw docstring

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

× close