FileReader: abort() method

The abort method aborts the read operation. Upon return, the readyState will be DONE.

Syntax

abort()

Parameters

None.

Return value

None (undefined).

Specifications

Specification
File API
# abort

Browser compatibility

BCD tables only load in the browser

See also