Liking cljdoc? Tell your friends :D
ClojureScript only.

web.reporting.Report

The Report interface of the Reporting API represents a single

The Report interface of the Reporting API represents a single
raw docstring

bodycljs

(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`
sourceraw docstring

typecljs

(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`
sourceraw docstring

urlcljs

(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`
sourceraw docstring

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

× close