File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -1296,9 +1296,25 @@ <h3 id="crash-report">Crash</h3>
1296
1296
{{CrashReportBody}}, contains the following field:
1297
1297
1298
1298
- < dfn for ="CrashReportBody "> reason</ dfn > : A more specific classification of
1299
- the type of crash that occured. Currently, the only valid
1300
- [=CrashReportBody/reason=] is "oom" (omitted otherwise), indicating an
1301
- out-of-memory crash.
1299
+ the type of crash that occured, if known, or omitted otherwise. The
1300
+ valid < a > reason</ a > strings are shown below.
1301
+
1302
+ < table border =1 cellpadding =5px style ="border-collapse: collapse; ">
1303
+ < tbody >
1304
+ < tr >
1305
+ < th > < a > Reason</ a > </ th >
1306
+ < th > Description</ th >
1307
+ </ tr >
1308
+ < tr >
1309
+ < td > oom</ td >
1310
+ < td > The page ran out of memory.</ td >
1311
+ </ tr >
1312
+ < tr >
1313
+ < td > unresponsive</ td >
1314
+ < td > The page was killed due to being unresponsive.</ td >
1315
+ </ tr >
1316
+ </ tbody >
1317
+ </ table >
1302
1318
1303
1319
< div class ="example ">
1304
1320
< pre >
You can’t perform that action at this time.
0 commit comments