Liking cljdoc? Tell your friends :D

chromex.ext.system-private

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

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

get-api-keyclj/smacro

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

get-api-key*cljs

(get-api-key* config)
source

get-incognito-mode-availabilityclj/smacro

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

get-incognito-mode-availability*cljs

(get-incognito-mode-availability* config)
source

get-update-statusclj/smacro

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

get-update-status*cljs

(get-update-status* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

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

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

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

× close