Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.15/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