Report

class Report(source)

The Report interface of the Reporting API represents a single report.

MDN Reference

Properties

Link copied to clipboard

The body read-only property of the Report interface returns the body of the report, which is a ReportBody object containing the detailed report information.

Link copied to clipboard

The type read-only property of the Report interface returns the type of report generated, e.g., deprecation or intervention.

Link copied to clipboard
val url: String

The url read-only property of the Report interface returns the URL of the document that generated the report.

Functions

Link copied to clipboard
fun toJSON(): JsAny