A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/apis/file/FileReader/abort below:

abort ยท WebPlatform Docs

abort Summary

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

Examples
var 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.

Related specifications
W3C File API Specification
Last Call Working Draft 12 September 2013
Attributions

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