deno.com

function blob

#blob(stream:
WebReadableStream
| ReadableStream
| AsyncIterable<any>
): Promise<NodeBlob>

Parameters #

#stream:
WebReadableStream
| ReadableStream
| AsyncIterable<any>

Return Type #

Promise<NodeBlob>

Fulfills with a Blob containing the full contents of the stream.