Skip to main content
Module

x/evt/lib/types/index.ts>dom.File

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.File
implements Blob
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { File } = dom;

Provides information about files and allows JavaScript in a web page to access their content.

Properties

readonly
lastModified: number
readonly
name: string