← back to v140 · readablestreambyobreader-min-option
conformance · v140
v140 · readablestreambyobreader-min-option — 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 |
|---|---|---|---|---|
byob-reader-read-is-function |
ReadableStreamBYOBReader.read is exposed as the method extended with options.min. spec ↗ | typeof | … | |
read-with-min-returns-promise |
read(view, {min}) accepts an options dictionary and returns a Promise. spec ↗ | script | … | |
min-zero-rejects-typeerror |
options.min equal to 0 rejects with TypeError. spec ↗ | script | … | |
min-greater-than-view-rejects-rangeerror |
options.min greater than the supplied view length rejects with RangeError. spec ↗ | script | … | |
read-resolves-when-min-bytes-available |
A BYOB read with min resolves once at least the requested number of bytes has been written. spec ↗ | script | … |