Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.reporting
/
Report
Report
class
Report
(
source
)
The
Report
interface of the Reporting API represents a single report.
MDN Reference
Members
Properties
body
Link copied to clipboard
val
body
:
ReportBody
?
MDN Reference
type
Link copied to clipboard
val
type
:
String
MDN Reference
url
Link copied to clipboard
val
url
:
String
MDN Reference
Functions
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
JsAny