#import [Exposed=*] interface ReadableByteStreamController { readonly attribute ReadableStreamBYOBRequest? byobRequest; readonly attribute unrestricted double? desiredSize; undefined close(); undefined error(optional any e); // FIXME: Implement // undefined enqueue(ArrayBufferView chunk); };