File
Provides information about files and allows JavaScript in a web page to access their content.
var File: {
readonly prototype: File;
new (
};fileBits: BlobPart[],
fileName: string,
options?: FilePropertyBag,
): File; Provides information about files and allows JavaScript in a web page to access their content.