Liking cljdoc? Tell your friends :D

web.reporting.ReportingObserver

The ReportingObserver interface of the Reporting API allows you collect and access reports.

The ReportingObserver interface of the Reporting API allows you
collect and access reports.
raw docstring

disconnectcljs

(disconnect this)

Method.

[Experimental]

The disconnect() method of the web.reporting.ReportingObserver stops a reporting observer that had previously started observing collecting reports.

reportingObserverInstance.disconnect()

See also: https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver/disconnect

Method.

[Experimental]

The disconnect() method of the `web.reporting.ReportingObserver`
stops a reporting observer that had previously started observing
collecting reports.

`reportingObserverInstance.disconnect()`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver/disconnect`
sourceraw docstring

observecljs

(observe this)

Method.

[Experimental]

The observe() method of the web.reporting.ReportingObserver instructs a reporting observer to start collecting reports in report queue.

reportingObserverInstance.observe()

See also: https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver/observe

Method.

[Experimental]

The observe() method of the `web.reporting.ReportingObserver`
instructs a reporting observer to start collecting reports in
report queue.

`reportingObserverInstance.observe()`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver/observe`
sourceraw docstring

take-recordscljs

(take-records this)

Method.

[Experimental]

The takeRecords() method of the web.reporting.ReportingObserver returns the current list of reports contained in the observer's queue, and empties the queue.

reportingObserverInstance.takeRecords()

See also: https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver/takeRecords

Method.

[Experimental]

The takeRecords() method of the `web.reporting.ReportingObserver`
returns the current list of reports contained in the observer's
queue, and empties the queue.

`reportingObserverInstance.takeRecords()`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver/takeRecords`
sourceraw docstring

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

× close