class js.html.fs.FileError
Available on jsRepresents an error that occurs while using the FileReader
interface.
Documentation for this class was provided by MDN.
Class Fields
var ABORT_ERR:Int
The file operation was aborted, probably due to a call to the FileReader abort() method.