Interface File

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

MDN Reference

Hierarchy

Properties

lastModified: number
name: string
size: number
type: string
webkitRelativePath: string

Methods

  • Parameters

    • Optional start: number
    • Optional end: number
    • Optional contentType: string

    Returns Blob