← back to v140 · crash-reporting-key-value-api

conformance · v140

v140 · crash-reporting-key-value-api — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://github.com/WICG/crash-reporting/pull/37 chromestatus: #6228675846209536 generated 2026-06-02T00:00:00Z by codex-auto-research
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
window-crash-report-exists window.crashReport is exposed as the per-Document key-value store appended to crash reports. spec ↗ exists
crash-report-set-is-function crashReport.set is the API used to record a crash-report key/value pair. spec ↗ typeof
crash-report-delete-is-function crashReport.delete removes a key/value pair previously attached to crash reports. spec ↗ typeof
crash-report-initialize-is-function crashReport.initialize registers the crash-reporting endpoint before keys are useful. spec ↗ typeof
crash-report-method-arities The crashReport methods expose the expected key/value style signatures. spec ↗ script
reporting-observer-context ReportingObserver remains exposed as the broader Reporting API context around crash reporting. exists