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() { ... };