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.

句法

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

元数据

  • 最后修改: