blob: 7c8a0ff71f2ab026b48d7d36c2bf366ce2a7ecd9 [file] [log] [blame]
// 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;
};