import { Blob } from "https://deno.land/x/xdg@v10.5.1/vendor/types/deno.d.ts";
A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.
Constructors
new
Blob(blobParts?: BlobPart[], options?: BlobPropertyBag)Methods
arrayBuffer(): Promise<ArrayBuffer>
text(): Promise<string>