Skip to content

Commit 3632157

Browse files
Chrome 145 Crashing reporting, crash report type
1 parent c215617 commit 3632157

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

api/ReportingObserver.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"types_property": {
106106
"__compat": {
107-
"description": "`types_property` property",
107+
"description": "`types` property",
108108
"tags": [
109109
"web-features:reporting"
110110
],
@@ -170,6 +170,41 @@
170170
}
171171
}
172172
},
173+
"crash": {
174+
"__compat": {
175+
"description": "`crash` report",
176+
"spec_url": "https://wicg.github.io/crash-reporting/#crash-reports:~:text=Crash%20reports%20have%20the%20report%20type%20%22crash%22%2E",
177+
"tags": [
178+
"web-features:reporting"
179+
],
180+
"support": {
181+
"chrome": {
182+
"version_added": "145"
183+
},
184+
"chrome_android": "mirror",
185+
"edge": "mirror",
186+
"firefox": {
187+
"version_added": false
188+
},
189+
"firefox_android": "mirror",
190+
"oculus": "mirror",
191+
"opera": "mirror",
192+
"opera_android": "mirror",
193+
"safari": {
194+
"version_added": false
195+
},
196+
"safari_ios": "mirror",
197+
"samsunginternet_android": "mirror",
198+
"webview_android": "mirror",
199+
"webview_ios": "mirror"
200+
},
201+
"status": {
202+
"experimental": true,
203+
"standard_track": true,
204+
"deprecated": false
205+
}
206+
}
207+
},
173208
"csp-violation": {
174209
"__compat": {
175210
"description": "`csp-violation` report",

0 commit comments

Comments
 (0)