← 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.
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 | … |