Package-level declarations
Types
Link copied to clipboard
The CSPViolationReportBody
interface is an extension of the Reporting API that represents the body of a Content Security Policy (CSP) violation report.
Link copied to clipboard
The ReportBody
interface of the Reporting API represents the body of a report.
Link copied to clipboard
open class ReportingObserver(callback: ReportingObserverCallback, options: ReportingObserverOptions = definedExternally)
The ReportingObserver
interface of the Reporting API allows you to collect and access reports.
Link copied to clipboard
typealias ReportingObserverCallback = (reports: ReadonlyArray<Report>, observer: ReportingObserver) -> Unit
Link copied to clipboard
interface ReportingObserverOptions
Link copied to clipboard