summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/crash-reporting.idl
blob: 7c8a0ff71f2ab026b48d7d36c2bf366ce2a7ecd9 (plain)
1
2
3
4
5
6
7
8
9
10
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Crash Reporting (https://wicg.github.io/crash-reporting/)

[Exposed=(Window,Worker)]
interface CrashReportBody : ReportBody {
  [Default] object toJSON();
  readonly attribute DOMString? reason;
};