ReadableStream
const stream = new ReadableStream(); const buf = await Bun.readableStreamToArrayBuffer(stream);