class
ReadableStreamDefaultReader
class ReadableStreamDefaultReader<R = any>
- readMany(): ReadableStreamDefaultReadManyResult<R> | Promise<ReadableStreamDefaultReadManyResult<R>>;
Only available in Bun. If there are multiple chunks in the queue, returns all of them at once. Returns a promise only if the data is not immediately available.