ReadableStream getReader({mode: 'byob'}) fails with ReferenceError |
||
Issue description
Simple repro:
const rs = new ReadableStream();
rs.getReader({mode: 'byob'});
Throws error:
"ReferenceError: IsReadableByteStreamDefaultController is not defined"
BYOB reading isn't implemented yet, so this won't work anyway, but it should throw a TypeError in this case.
,
Oct 20 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 20 2016