interface dom.File
implements Blob
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { File } = dom;
Provides information about files and allows JavaScript in a web page to access their content.
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { File } = dom;
Provides information about files and allows JavaScript in a web page to access their content.