onabort event
ProgressEvent that occurs when a read or creation operation is aborted by calling the abort method.
![]() |
Syntax
| Event Property | object.onabort = handler; |
|---|---|
| addEventListener Method | object.addEventListener("abort", handler, useCapture) |
Event handler parameters
- handler [in]
-
Type: function
Handler to process the abort event.
Remarks
This event fires when a read operation by an MSStreamReader or FileReader object is aborted by calling the abort method.
See also
Show:
