Converts a Source object to a ReadableStream.
A Source object containing the type and location of the data. Converts the source to a ReadableStream of Uint8Array. This is useful for streaming data from various sources like files, remote URLs, or chunkers.
A ReadableStream of Uint8Array.
Converts a Source object to a ReadableStream.