File
external class File(fileBits: ReadonlyArray<BlobPart>, fileName: String, options: FilePropertyBag = definedExternally) : Blob(source)
Provides information about files and allows JavaScript in a web page to access their content.
Constructors
Link copied to clipboard
constructor(fileBits: ReadonlyArray<BlobPart>, fileName: String, options: FilePropertyBag = definedExternally)