readMany

Bun

Symbol

ReadableStreamDefaultReader.readMany

Only available in Bun. If there are multiple chunks in the queue, this will return all of them at the same time. Will only return a promise if the data is not immediately available.

Referenced types

interface ReadableStreamDefaultReadManyResult<T>