* available since Chrome 36
(get-api-key)
Gets Chrome's API key to use for requests to Google services.
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 [key] where:
|key| - The API key.
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.
Gets Chrome's API key to use for requests to Google services. 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 [key] where: |key| - The API key. 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.
(get-incognito-mode-availability)
Returns whether the incognito mode is enabled, disabled or forced
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 [value] where:
|value| - ?
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.
Returns whether the incognito mode is enabled, disabled or forced 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 [value] where: |value| - ? 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.
(get-update-status)
Gets information about the system update.
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 [status] where:
|status| - Details of the system update
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.
Gets information about the system update. 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 [status] where: |status| - Details of the system update 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.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.system-private namespace.
Taps all valid non-deprecated events in chromex.app.system-private namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close