Skip to main content
Module

x/netzo/deno.d.ts>File

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
class File
extends Blob
import { File } from "https://deno.land/x/netzo@v0.1.26/deno.d.ts";

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

Constructors

new
File(
fileBits: BlobPart[],
fileName: string,
options?: FilePropertyBag,
)

Properties

readonly
lastModified: number
readonly
name: string