Fulfills with a Blob containing the full contents of the stream.
function
stream.consumers.blob
@returns
Referenced types
interface ReadableStream<R = any>
interface Blob
Consume the blob as an ArrayBuffer
Consume as a Uint8Array, backed by an ArrayBuffer
Returns a readable stream of the blob's contents