Specification
Description
Discovered via #3399 and Chromium use counters, so I don't actually know a lot about this. Here's my educated guess:
The window.crashReport object is a key-value store to record information about your application's state. If there's a crash, then the data in the key-value store is sent to your crash reporting endpoint, to help you pinpoint the cause of the crash.
Documentation
Browser support
Specification
CrashReportContextinterface WICG/crash-reporting#37Description
Discovered via #3399 and Chromium use counters, so I don't actually know a lot about this. Here's my educated guess:
The
window.crashReportobject is a key-value store to record information about your application's state. If there's a crash, then the data in the key-value store is sent to your crash reporting endpoint, to help you pinpoint the cause of the crash.Documentation
Browser support