Window: crashReport property
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The crashReport read-only property of the Window interface returns a CrashReportContext object that enables arbitrary data to be recorded for the current top-level browsing context, which is then added to a CrashReport and sent to a reporting endpoint when a browser crash occurs.
Value
A CrashReportContext object instance.
Examples
See the CrashReportContext reference pages for examples.
Specifications
| Specification |
|---|
| Crash Reporting> # dom-window-crashreport> |