Package-level declarations
Types
Link copied to clipboard
open external class File(fileBits: ReadonlyArray<BlobPart>, fileName: String, options: FilePropertyBag = definedExternally) : Blob
Provides information about files and allows JavaScript in a web page to access their content.
Link copied to clipboard
Link copied to clipboard
Lets web applications asynchronously read the contents of files (or raw data buffers) stored on the user's computer, using File or Blob objects to specify the file or data to read.