The abort method is used to aborts the read operation. Upon return, the dom/Element/readyState will be DONE.
Method of apis/file/FileReaderapis/file/FileReader
Syntax FileReader.abort();
Return Value
No return value
Examplesvar instanceOfFileReader = new FileReader();
instanceOfFileReader.abort();
Notes
The abort method is used to interrupt an asynchronous read operation that is in progress on an onloadend event, sets the state of the dom/Element/readyState property of the FileReader to DONE
, and sets result property to null
.
Mozilla Developer Network : [abort Article]
Microsoft Developer Network: [abort Method Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4