Interface for objects that behave similar to the DOM API File object.
A promise for an array buffer with the file data.
UNIX timestamp with the last time the file was modified.
The name of the file.
The size in bytes of the file's data.
A promise for the text string with the file data. This interprets the file data with the UTF-8 encoding.
The content type of the file.
Interface for objects that behave similar to the DOM API File object.