interface ReadableStreamBYOBReader
readonly
closed: Promise<void>
cancel(reason?: any): Promise<void>
read<V extends ArrayBufferView>(view: V, options?: ReadableStreamBYOBReaderReadOptions): Promise<ReadableStreamBYOBReadResult<V>>
releaseLock(): void