Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/typing/lib.dom.ts>File

Deno Standard Extensions
Latest
interface File
implements Blob
import { type File } from "https://deno.land/x/yxz@0.32.0/typing/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
readonly
webkitRelativePath: string