W3cubDocs

/DOM

FileReader.onabort

The FileReader.onabort property contains an event handler executed when the abort event is fired, i.e. when the process of reading the file is aborted.

Syntax

reader.onabort = function() { ... };

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/FileReader/onabort