ReadableStream to a Buffer, read its contents into an ArrayBuffer with Bun.readableStreamToArrayBuffer, then create a Buffer that points to it.
See Bun’s other
ReadableStream conversion functions.ReadableStream to a Buffer, read its contents into an ArrayBuffer with Bun.readableStreamToArrayBuffer, then create a Buffer that points to it.
ReadableStream conversion functions.