Cancels the current HTTP request.
Syntax
Return Value
No return value.
Remarks
abort was introduced in Windows Internet Explorer 7.
The abort method interrupts an asynchronous operation in progress. (Pass true to the varAsync parameter of open to create an asynchronous request.)
Calling abort resets the object; the onreadystatechange event handler is removed, and readyState is changed to 0 (uninitialized).
Standards Information
This method is defined in
The XMLHttpRequest Object (W3C Working Draft)
.
Applies To
See Also
send