ReadableStream
const stream = new ReadableStream(); const blob = await Bun.readableStreamToBlob(stream);