Variable File
File: {
prototype: File;
new (
fileBits: BlobPart[],
fileName: string,
options?: FilePropertyBag,
): File;
}
prototype: File;
new (
fileBits: BlobPart[],
fileName: string,
options?: FilePropertyBag,
): File;
}
Type declaration
- new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File
- Parameters- fileBits: BlobPart[]
- fileName: string
- Optionaloptions: FilePropertyBag
 - Returns File
 
- prototype: File