method ReadableStream.values
Jump to headingReadableStream.values(options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>
Parameters Jump to heading
optional
Jump to headingoptions: ReadableStreamIteratorOptions
Return Type Jump to heading
AsyncIterableIterator<R>