Liking cljdoc? Tell your friends :D

chromex.app.command-line-private

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

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

has-switchclj/smacro

(has-switch name)

Returns whether a switch is specified on the command line when launching Chrome.

|name| - The name of a command line switch, without leading '--', such as 'enable-experimental-extension-apis'.

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| - Whether the switch is specified on the command line.

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 a switch is specified on the command line when launching Chrome.

  |name| - The name of a command line switch, without leading '--', such as 'enable-experimental-extension-apis'.

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| - Whether the switch is specified on the command line.

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

has-switch*cljs

(has-switch* config name)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

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

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

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

× close