Skip to main content
Module

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

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

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

Properties

readonly
lastModified: number
readonly
name: string