conformance · v137
v137 · rewriter-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.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
rewriter-global-exists |
The Rewriter interface is exposed on the global scope. spec ↗ | script | … | |
rewriter-create-is-function |
Rewriter.create(options) is a static function returning a Promise<Rewriter>. spec ↗ | script | … | |
rewriter-availability-is-function |
Rewriter.availability(options) is a static function returning a Promise<Availability>. spec ↗ | script | … | |
rewriter-prototype-rewrite |
Rewriter sessions expose rewrite(input, options) returning a Promise<DOMString>. spec ↗ | script | … | |
rewriter-prototype-rewriteStreaming |
Rewriter sessions expose rewriteStreaming(input, options) returning a ReadableStream. spec ↗ | script | … | |
rewriter-prototype-measureInputUsage |
Rewriter sessions expose measureInputUsage(input, options) for input-size accounting. spec ↗ | script | … |