← back to v136 · audiocontext-interrupted-state

conformance · v136

v136 · audiocontext-interrupted-state — 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://webaudio.github.io/web-audio-api/#dom-audiocontextstate-interrupted chromestatus: #5172068166139904 generated 2026-06-01T08:03:56Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
audiocontext-exposed AudioContext is exposed as a constructor. spec ↗ typeof
audiocontext-state-string A new AudioContext exposes a string state — the IDL enum AudioContextState. spec ↗ script
audiocontext-statechange-event AudioContext fires statechange events as the state machine transitions. spec ↗ script
audiocontext-state-initial-not-closed A freshly-constructed AudioContext is not in the terminal `closed` state. spec ↗ script
audiocontext-suspend-returns-promise AudioContext.suspend() returns a Promise — used in tandem with the interrupted state for explicit user-requested pauses. spec ↗ script
audiocontext-resume-returns-promise AudioContext.resume() returns a Promise — needed to recover after an `interrupted` transition. spec ↗ script