Liking cljdoc? Tell your friends :D

chromex.ext.crash-report-private

clj

Private API for Chrome component extensions to report errors.

  • available since Chrome 84
Private API for Chrome component extensions to report errors.

* available since Chrome 84
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

report-errorclj/smacro

(report-error info)

Report and upload an error to Crash.

|info| - Information about the error.

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 [].

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.

Report and upload an error to Crash.

  |info| - Information about the error.

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 [].

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

report-error*cljs

(report-error* config info)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

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

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

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

× close