Skip to main content
Module

std/streams/mod.ts>toBlob

Deno standard library
Go to Latest
function toBlob
import { toBlob } from "https://deno.land/std@0.204.0/streams/mod.ts";

Parameters

readableStream: ReadableStream

Returns

Promise<Blob>