import { __blob } from "https://deno.land/x/deno@v0.30.0/cli/js/lib.deno_runtime.d.ts";
const { DenoBlob } = __blob;
Constructors
new
DenoBlob(blobParts?: __domTypes.BlobPart[], options?: __domTypes.BlobPropertyBag)A blob object represents a file-like object of immutable, raw data.