Liking cljdoc? Tell your friends :D

chromex.protocols


IChromeEventChannelcljsprotocol

unsubscribe-all!cljs

(unsubscribe-all! this)

unregister!cljs

(unregister! this subscription)

register!cljs

(register! this subscription)
source

IChromeEventSubscriptioncljsprotocol

subscribe!cljs

(subscribe! this)
(subscribe! this extra-args)

unsubscribe!cljs

(unsubscribe! this)
source

IChromePortcljsprotocol

a wrapper for https://developer.chrome.com/extensions/runtime#type-Port

get-namecljs

(get-name this)

get-sendercljs

(get-sender this)

on-disconnect!cljs

(on-disconnect! this callback)

get-native-portcljs

(get-native-port this)

disconnect!cljs

(disconnect! this)

post-message!cljs

(post-message! this message)

on-message!cljs

(on-message! this callback)
sourceraw docstring

IChromePortStatecljsprotocol

set-connected!cljs

(set-connected! this val)

close-resources!cljs

(close-resources! this)

put-message!cljs

(put-message! this message)
source

IChromeStorageAreacljsprotocol

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

setcljs

(set this items)

clearcljs

(clear this)

removecljs

(remove this keys)

get-bytes-in-usecljs

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

getcljs

(get this)
(get this keys)

get-native-storage-areacljs

(get-native-storage-area this)
sourceraw docstring

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

× close