Firefox Tomorrow

web api instance method

FileReader: abort() method

View on MDN ↗

Available in workers

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

Syntax

abort()

Parameters

None.

Return value

None (undefined).

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also