Definition
Streams Standard defines ReadableStreamBYOBRequest
[Exposed=*]
interface ReadableStreamBYOBRequest {
readonly attribute Uint8Array? view;
undefined respond([EnforceRange] unsigned long long bytesWritten);
undefined respondWithNewView(ArrayBufferView view);
};