Liking cljdoc? Tell your friends :D

web.reporting.ReportingObserverOptions

The ReportingObserverOptions dictionary of the Reporting API options to be set in the constructor when creating a web.reporting.ReportingObserver.

The ReportingObserverOptions dictionary of the Reporting API
options to be set in the constructor when creating a `web.reporting.ReportingObserver`.
raw docstring

bufferedcljs

(buffered this)

Property.

A boolean that defines whether the reports that were generated the observer was able to be created should be observable (true) not (false).

Property.

A boolean that defines whether the reports that were generated
the observer was able to be created should be observable (true)
not (false).
sourceraw docstring

set-buffered!cljs

(set-buffered! this val)

Property.

A boolean that defines whether the reports that were generated the observer was able to be created should be observable (true) not (false).

Property.

A boolean that defines whether the reports that were generated
the observer was able to be created should be observable (true)
not (false).
sourceraw docstring

set-types!cljs

(set-types! this val)

Property.

An array of strings representing the types of report to be collected this observer. Available types include deprecation, intervention, crash.

Property.

An array of strings representing the types of report to be collected
this observer. Available types include deprecation, intervention,
crash.
sourceraw docstring

typescljs

(types this)

Property.

An array of strings representing the types of report to be collected this observer. Available types include deprecation, intervention, crash.

Property.

An array of strings representing the types of report to be collected
this observer. Available types include deprecation, intervention,
crash.
sourceraw docstring

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

× close