Liking cljdoc? Tell your friends :D

chromex.app.diagnostics

clj

Use the chrome.diagnostics API to query various properties of the environment that may be useful for diagnostics.

Use the chrome.diagnostics API to query various properties of
the environment that may be useful for diagnostics.

  * available since Chrome 80
  * https://developer.chrome.com/apps/diagnostics
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

send-packetclj/smacro

(send-packet options)

Send a packet of the given type with the given parameters.

|options| - https://developer.chrome.com/apps/diagnostics#property-sendPacket-options.

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| - https://developer.chrome.com/apps/diagnostics#property-callback-result.

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.

https://developer.chrome.com/apps/diagnostics#method-sendPacket.

Send a packet of the given type with the given parameters.

  |options| - https://developer.chrome.com/apps/diagnostics#property-sendPacket-options.

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| - https://developer.chrome.com/apps/diagnostics#property-callback-result.

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.

https://developer.chrome.com/apps/diagnostics#method-sendPacket.
sourceraw docstring

send-packet*cljs

(send-packet* config options)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

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

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

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

× close