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.Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
ReadableStream to a Buffer, read its contents into an ArrayBuffer with Bun.readableStreamToArrayBuffer, then create a Buffer that points to it.
ReadableStream conversion functions.