← back to v136 · protected-audience-text-conversion-helpers

conformance · v136

v136 · protected-audience-text-conversion-helpers — conformance probe

5 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://wicg.github.io/turtledove/ chromestatus: #5070041713999872 generated 2026-06-01T08:03:56Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
text-encoder-exists TextEncoder is exposed — the helper used by Protected Audience scripts to push strings into WASM linear memory. typeof
text-decoder-exists TextDecoder is exposed — the helper for pulling string data out of WASM linear memory. typeof
text-encoder-encode-into-is-function TextEncoder.prototype.encodeInto is the function Protected Audience helpers rely on for zero-copy conversion. spec ↗ typeof
text-encoder-roundtrip TextEncoder/TextDecoder round-trip a Unicode string through a Uint8Array. spec ↗ script
webassembly-memory WebAssembly.Memory is exposed — the linear memory target for the text conversion helpers. typeof