A function that takes a ReadableStream<Uint8Array> and returns a promise that resolves to the Uint8Array.
The ReadableStream to read from.
A promise that resolves to the Uint8Array read from the stream.
A function that takes a ReadableStream<Uint8Array> and returns a promise that resolves to the Uint8Array.