method ReadableStreamBYOBReader.read
Jump to headingReadableStreamBYOBReader.read<T extends ArrayBufferView>(view: T): Promise<ReadableStreamReadResult<T>>
Type Parameters Jump to heading
Jump to headingT extends ArrayBufferView
Parameters Jump to heading
Jump to headingview: T
Return Type Jump to heading
Promise<ReadableStreamReadResult<T>>