We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4edf7 commit 370e20bCopy full SHA for 370e20b
index.bs
@@ -71,13 +71,11 @@ optionally the reason for the crash (such as "oom").
71
[=Crash reports=] have the [=report type=] "crash".
72
73
<xmp class="idl exclude">
74
-[Exposed=(Window,Worker)]
75
-interface CrashReportBody : ReportBody {
76
- [Default] object toJSON();
77
- readonly attribute DOMString? reason;
78
- readonly attribute DOMString? stack;
79
- readonly attribute boolean? is_top_level;
80
- readonly attribute DocumentVisibilityState? page_visibility;
+dictionary CrashReportBody : ReportBody {
+ DOMString? reason;
+ DOMString? stack;
+ boolean? is_top_level;
+ DocumentVisibilityState? page_visibility;
81
};
82
</xmp>
83
0 commit comments