Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Deno Standard Extensions
Go to Latest
interface File
implements Blob
import { type File } from "https://deno.land/x/yxz@0.17.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