The ReadableStream implementation in Chrome has not been kept up-to-date with recent standard changes.
This issue does not cover the implementation of byte streams, which is tracked separately in issue 614302.
This issue also doesn't cover pipeTo() and pipeThrough(), which have been implemented against a newer version of the standard.
Subtasks:
1. Identify which version of the standard Blink's ReadableStream currently corresponds to.
2. Write web-platform-tests for differences between the old standard and the latest standard text which are user-visible but aren't covered by tests.
3. [Optional] Move functions around in ReadableStream.js to match the order in the standard, to make side-by-side comparison easier.
4. Update ReadableStream.js to match the current standard.
5. Triage any remaining streams test failures.
6. Check for new breakage in the Blink and wpt fetch tests, and triage if necessary.
Comment 1 by ricea@chromium.org
, Apr 12 2017Status: Assigned (was: Available)