Package-level declarations

Types

Link copied to clipboard
open class File(fileBits: ReadonlyArray<BlobPart>, fileName: String, options: FilePropertyBag = definedExternally) : Blob, Serializable

The File interface provides information about files and allows JavaScript in a web page to access their content.

Link copied to clipboard
Link copied to clipboard
open class FileReader : EventTarget

The FileReader interface 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.