File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -1290,18 +1290,12 @@ <h3 id="crash-report">Crash</h3>
1290
1290
1291
1291
< pre class ="idl ">
1292
1292
interface CrashReportBody : ReportBody {
1293
- readonly attribute DOMString crashId;
1294
1293
readonly attribute DOMString? reason;
1295
1294
};
1296
1295
</ pre >
1297
1296
1298
1297
An < a > crash report</ a > 's [=report/body=], represented in JavaScript by
1299
- {{CrashReportBody}}, contains the following fields:
1300
-
1301
- - < dfn for ="CrashReportBody "> crashId</ dfn > : An implementation-defined unique
1302
- identifier (100 character maximum string). This identifier will not be
1303
- meaningful to developers directly, but it can potentially be supplied to
1304
- the browser vendor for more details.
1298
+ {{CrashReportBody}}, contains the following field:
1305
1299
1306
1300
- < dfn for ="CrashReportBody "> reason</ dfn > : A more specific classification of
1307
1301
the type of crash that occured. Currently, the only valid
@@ -1316,7 +1310,6 @@ <h3 id="crash-report">Crash</h3>
1316
1310
"url": "https://example.com/",
1317
1311
"user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0",
1318
1312
"body": {
1319
- "crashId": "30437694edfeae5b",
1320
1313
"reason": "oom"
1321
1314
}
1322
1315
}
You can’t perform that action at this time.
0 commit comments