The Report interface of the Reporting API represents a single
The Report interface of the Reporting API represents a single
(body this)
Property.
[Read Only] [Experimental]
The body read-only property of the web.reporting.Report
interface
the body of the report, which is a ReportBody object containing
detailed report information.
let reportBody = reportInstance.body
See also: https://developer.mozilla.org/en-US/docs/Web/API/Report/body
Property. [Read Only] [Experimental] The body read-only property of the `web.reporting.Report` interface the body of the report, which is a ReportBody object containing detailed report information. `let reportBody = reportInstance.body` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Report/body`
(type this)
Property.
[Read Only] [Experimental]
The type read-only property of the web.reporting.Report
interface
the type of report generated, e.g. deprecation or intervention.
let reportType = reportInstance.type
See also: https://developer.mozilla.org/en-US/docs/Web/API/Report/type
Property. [Read Only] [Experimental] The type read-only property of the `web.reporting.Report` interface the type of report generated, e.g. deprecation or intervention. `let reportType = reportInstance.type` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Report/type`
(url this)
Property.
[Read Only] [Experimental]
The url read-only property of the web.reporting.Report
interface
the URL of the document that generated the report.
let reportURL = reportInstance.url
See also: https://developer.mozilla.org/en-US/docs/Web/API/Report/url
Property. [Read Only] [Experimental] The url read-only property of the `web.reporting.Report` interface the URL of the document that generated the report. `let reportURL = reportInstance.url` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Report/url`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close