← back to v151 · textstream-for-response-request-blob

conformance · v151

v151 · textstream-for-response-request-blob — conformance probe

4 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://github.com/whatwg/fetch/pull/1862 chromestatus: #5146752165478400 generated 2026-07-18T17:30:00Z by weekly-hardening-routine
0
pass
0
fail
0
blocked
4
total
id contract kind verdict detail
response-textstream-exists Response objects expose a textStream member. spec ↗ exists
request-textstream-exists Request objects expose a textStream member. spec ↗ exists
blob-textstream-exists Blob objects expose a textStream member. spec ↗ exists
response-textstream-returns-readable Calling textStream() on a Response returns a ReadableStream. script