diff --git a/api/ReportingObserver.json b/api/ReportingObserver.json index d2fdf434932e66..9bd0a32521e2cf 100644 --- a/api/ReportingObserver.json +++ b/api/ReportingObserver.json @@ -104,7 +104,7 @@ }, "types_property": { "__compat": { - "description": "`types_property` property", + "description": "`types` property", "tags": [ "web-features:reporting" ], @@ -170,6 +170,42 @@ } } }, + "crash": { + "__compat": { + "description": "`crash` report", + "spec_url": "https://wicg.github.io/crash-reporting/#crash-reports:~:text=Crash%20reports%20have%20the%20report%20type%20%22crash%22%2E", + "tags": [ + "web-features:reporting" + ], + "support": { + "chrome": { + "version_added": "145", + "notes": "The `crash` report type can be specified in the `types` array, but crash reports are not observed by reporting observers. They can be sent to reporting endpoints." + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "csp-violation": { "__compat": { "description": "`csp-violation` report",