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 87 * https://developer.chrome.com/apps/diagnostics
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close