interface ReadableStreamBYOBReader
extends ReadableStreamGenericReader
Methods Jump to heading
Jump to headingread<T extends ArrayBufferView>(view: T,options?: ReadableStreamBYOBReaderReadOptions,): Promise<ReadableStreamReadResult<T>>
Jump to headingreleaseLock(): void