Skip to content

Commit 76afd62

Browse files
authored
Chromium 145 supports Crash Reporting API (#29028)
1 parent e6da3d3 commit 76afd62

2 files changed

Lines changed: 159 additions & 0 deletions

File tree

api/CrashReportContext.json

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
{
2+
"api": {
3+
"CrashReportContext": {
4+
"__compat": {
5+
"spec_url": "https://wicg.github.io/crash-reporting/#crashreportcontext",
6+
"support": {
7+
"chrome": {
8+
"version_added": "145"
9+
},
10+
"chrome_android": "mirror",
11+
"edge": "mirror",
12+
"firefox": {
13+
"version_added": false
14+
},
15+
"firefox_android": "mirror",
16+
"oculus": "mirror",
17+
"opera": "mirror",
18+
"opera_android": "mirror",
19+
"safari": {
20+
"version_added": false
21+
},
22+
"safari_ios": "mirror",
23+
"samsunginternet_android": "mirror",
24+
"webview_android": "mirror",
25+
"webview_ios": "mirror"
26+
},
27+
"status": {
28+
"experimental": true,
29+
"standard_track": true,
30+
"deprecated": false
31+
}
32+
},
33+
"delete": {
34+
"__compat": {
35+
"spec_url": "https://wicg.github.io/crash-reporting/#dom-crashreportcontext-delete",
36+
"support": {
37+
"chrome": {
38+
"version_added": "145"
39+
},
40+
"chrome_android": "mirror",
41+
"edge": "mirror",
42+
"firefox": {
43+
"version_added": false
44+
},
45+
"firefox_android": "mirror",
46+
"oculus": "mirror",
47+
"opera": "mirror",
48+
"opera_android": "mirror",
49+
"safari": {
50+
"version_added": false
51+
},
52+
"safari_ios": "mirror",
53+
"samsunginternet_android": "mirror",
54+
"webview_android": "mirror",
55+
"webview_ios": "mirror"
56+
},
57+
"status": {
58+
"experimental": true,
59+
"standard_track": true,
60+
"deprecated": false
61+
}
62+
}
63+
},
64+
"initialize": {
65+
"__compat": {
66+
"spec_url": "https://wicg.github.io/crash-reporting/#dom-crashreportcontext-initialize",
67+
"support": {
68+
"chrome": {
69+
"version_added": "145"
70+
},
71+
"chrome_android": "mirror",
72+
"edge": "mirror",
73+
"firefox": {
74+
"version_added": false
75+
},
76+
"firefox_android": "mirror",
77+
"oculus": "mirror",
78+
"opera": "mirror",
79+
"opera_android": "mirror",
80+
"safari": {
81+
"version_added": false
82+
},
83+
"safari_ios": "mirror",
84+
"samsunginternet_android": "mirror",
85+
"webview_android": "mirror",
86+
"webview_ios": "mirror"
87+
},
88+
"status": {
89+
"experimental": true,
90+
"standard_track": true,
91+
"deprecated": false
92+
}
93+
}
94+
},
95+
"set": {
96+
"__compat": {
97+
"spec_url": "https://wicg.github.io/crash-reporting/#dom-crashreportcontext-set",
98+
"support": {
99+
"chrome": {
100+
"version_added": "145"
101+
},
102+
"chrome_android": "mirror",
103+
"edge": "mirror",
104+
"firefox": {
105+
"version_added": false
106+
},
107+
"firefox_android": "mirror",
108+
"oculus": "mirror",
109+
"opera": "mirror",
110+
"opera_android": "mirror",
111+
"safari": {
112+
"version_added": false
113+
},
114+
"safari_ios": "mirror",
115+
"samsunginternet_android": "mirror",
116+
"webview_android": "mirror",
117+
"webview_ios": "mirror"
118+
},
119+
"status": {
120+
"experimental": true,
121+
"standard_track": true,
122+
"deprecated": false
123+
}
124+
}
125+
}
126+
}
127+
}
128+
}

api/Window.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,37 @@
10591059
}
10601060
}
10611061
},
1062+
"crashReport": {
1063+
"__compat": {
1064+
"spec_url": "https://wicg.github.io/crash-reporting/#dom-window-crashreport",
1065+
"support": {
1066+
"chrome": {
1067+
"version_added": "145"
1068+
},
1069+
"chrome_android": "mirror",
1070+
"edge": "mirror",
1071+
"firefox": {
1072+
"version_added": false
1073+
},
1074+
"firefox_android": "mirror",
1075+
"oculus": "mirror",
1076+
"opera": "mirror",
1077+
"opera_android": "mirror",
1078+
"safari": {
1079+
"version_added": false
1080+
},
1081+
"safari_ios": "mirror",
1082+
"samsunginternet_android": "mirror",
1083+
"webview_android": "mirror",
1084+
"webview_ios": "mirror"
1085+
},
1086+
"status": {
1087+
"experimental": true,
1088+
"standard_track": true,
1089+
"deprecated": false
1090+
}
1091+
}
1092+
},
10621093
"credentialless": {
10631094
"__compat": {
10641095
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/credentialless",

0 commit comments

Comments
 (0)