Liking cljdoc? Tell your friends :D

chromex.app.dashboard-private

clj
  • available since Chrome 46
  * available since Chrome 46
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

show-permission-prompt-for-delegated-installclj/smacro

(show-permission-prompt-for-delegated-install details)

Shows a permission prompt for the given extension, for installing to a different account.

|details| - ?

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 [result] where:

|result| - A string result code, which will be empty upon success. The possible values in the case of errors include 'unknown_error', 'user_cancelled', 'manifest_error', 'icon_error', 'invalid_id', and 'invalid_icon_url'.

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.

Shows a permission prompt for the given extension, for installing to a different account.

  |details| - ?

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 [result] where:

  |result| - A string result code, which will be empty upon success. The possible values in the case of errors include
             'unknown_error', 'user_cancelled', 'manifest_error', 'icon_error', 'invalid_id', and 'invalid_icon_url'.

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.
sourceraw docstring

show-permission-prompt-for-delegated-install*cljs

(show-permission-prompt-for-delegated-install* config details)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

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

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

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

× close