Package-level declarations

Types

Link copied to clipboard
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
external interface FilePropertyBag : BlobPropertyBag
Link copied to clipboard
open external class FileReader : EventTarget

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.