New issue
Advanced search Search tips

Issue 657743 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

ReadableStream getReader({mode: 'byob'}) fails with ReferenceError

Project Member Reported by ricea@chromium.org, Oct 20 2016

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.
 

Comment 2 by ricea@chromium.org, Oct 20 2016

Status: Fixed (was: Started)

Sign in to add a comment