Skip to main content
class File
extendsBlob

A File provides information about files.

Constructors

new
File(
sources: Array<BinaryLike | Blob>,
fileName: string,
options?: FileOptions,
)

Properties

readonly
lastModified: number

The last modified date of the File.

readonly
name: string

The name of the File.

interface File
extends_File ,
Back to top