* available since Chrome 46
(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.
(show-permission-prompt-for-delegated-install* config details)
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close