← back to v134 · explicit-resource-management-async

conformance · v134

v134 · explicit-resource-management-async — 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://tc39.es/proposal-explicit-resource-management/ chromestatus: #5087324181102592 generated 2026-06-01T08:30:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
symbol-async-dispose-exists Symbol.asyncDispose is a well-known symbol used by `await using`. script
asyncdisposablestack-defined AsyncDisposableStack is exposed globally. exists
asyncdisposablestack-use AsyncDisposableStack.prototype.use is a function that registers an asyncly-disposed resource. typeof
asyncdisposablestack-disposeAsync AsyncDisposableStack.prototype.disposeAsync returns a Promise that resolves once all resources have been disposed. script
await-using-syntax `await using` syntax parses (async resource binding). script
suppressed-error-defined SuppressedError is exposed — disposeAsync wraps disposer errors with it. exists