abort method
Aborts a read operation by an MSStreamReader or FileReader object.
![]() |
Syntax
object.abort()Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
The abort method is used to interrupt an asynchronous read operation that is in progress on an MSStreamReader object. Calling abort fires the onloadend event, sets the state of the readyState property of the MSStreamReader or FileReader to DONE, and sets result property to null.
See also
Show:
