Bun
File SystemBinary Data

Convert a Buffer to a ReadableStream

The naive approach to creating a ReadableStream from a Buffer is to use the ReadableStream constructor and enqueue the entire array as a single chunk. For a