Skip to content

Commit e2da536

Browse files
authored
Merge pull request #41 from zp1996/gh-pages
Remove the CrashReportBody interface
2 parents 2c4edf7 + 8b8d0ab commit e2da536

File tree

2 files changed

+26
-43
lines changed

2 files changed

+26
-43
lines changed

index.bs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,11 @@ optionally the reason for the crash (such as "oom").
7171
[=Crash reports=] have the [=report type=] "crash".
7272

7373
<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;
74+
dictionary CrashReportBody : ReportBody {
75+
DOMString reason;
76+
DOMString stack;
77+
boolean is_top_level;
78+
DocumentVisibilityState page_visibility;
8179
};
8280
</xmp>
8381

0 commit comments

Comments
 (0)