Bun
File SystemBinary Data

Convert a Uint8Array to a ReadableStream

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