Consume all data from a ReadableStream until it closes or errors.
Concatenate the chunks into a single Blob.
A promise that resolves with the concatenated chunks as a Blob.
The stream to consume.
Generated using TypeDoc
Consume all data from a ReadableStream until it closes or errors.
Concatenate the chunks into a single Blob.
Returns
A promise that resolves with the concatenated chunks as a Blob.