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.
(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`
(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`
(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`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |