Liking cljdoc? Tell your friends :D

chromex.ext.app

clj
  * available since Chrome 27
* https://developer.chrome.com/extensions/app
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

get-detailsclj/smacro

(get-details)
TODO

https://developer.chrome.com/extensions/app#method-getDetails.
sourceraw docstring

get-details*cljs

(get-details* config)
source

get-is-installedclj/smacro

(get-is-installed)
TODO

https://developer.chrome.com/extensions/app#method-getIsInstalled.
sourceraw docstring

get-is-installed*cljs

(get-is-installed* config)
source

install-stateclj/smacro

(install-state)

TODO

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [state] where:

|state| - https://developer.chrome.com/extensions/app#property-callback-state.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

https://developer.chrome.com/extensions/app#method-installState.

TODO

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [state] where:

  |state| - https://developer.chrome.com/extensions/app#property-callback-state.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.

https://developer.chrome.com/extensions/app#method-installState.
sourceraw docstring

install-state*cljs

(install-state* config)
source

running-stateclj/smacro

(running-state)
TODO

https://developer.chrome.com/extensions/app#method-runningState.
sourceraw docstring

running-state*cljs

(running-state* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.app namespace.

Taps all valid non-deprecated events in chromex.ext.app namespace.
sourceraw docstring

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

× close