FileReader: abort() method

Note: This feature is available in Web Workers.

The abort() method of the FileReader interface aborts the read operation. Upon return, the readyState will be DONE.

Syntax

js
abort()

Parameters

None.

Return value

None (undefined).

Specifications

See also