Skip to main content
Module

std/streams/to_blob.ts>toBlob

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function toBlob
import { toBlob } from "https://deno.land/std@0.204.0/streams/to_blob.ts";

Parameters

readableStream: ReadableStream

Returns

Promise<Blob>