Fblob
Bun

function

stream.consumers.blob

function blob(
stream: ReadableStream<any> | ReadableStream | AsyncIterable<any, any, any>
): Promise<Blob>;
@returns

Fulfills with a Blob containing the full contents of the stream.