Skip to main content
Module

x/commandis/mod.ts>dom.File

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.File
implements Blob
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.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