Package-level declarations
Types
Link copied to clipboard
The FileList
interface represents an object of this type returned by the files
property of the HTML input element; this lets you access the list of files selected with the <input type='file'>
element.
Link copied to clipboard
The FileReaderSync
interface allows to read File or Blob objects synchronously.