Liking cljdoc? Tell your friends :D

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.

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.

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

set-body!cljs

(set-body! this val)

Property.

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.

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

set-type!cljs

(set-type! this val)

Property.

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.

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

set-url!cljs

(set-url! this val)

Property.

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.

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

typecljs

(type this)

Property.

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.

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.

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.

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