All Topics
HTML
CSS
JavaScript
APIs
Python3 Language
Python3 Library
All Topics
HTML
CSS
JavaScript
APIs
Python
Results 1 - 1 of 1
First
Previous
1
Next
Last
XMLHttpRequest.abort()
The
XMLHttpRequest.abort()
method aborts the request if it has already been sent. When a request is aborted, its readyState is set to
0
(
UNSENT
), but the
readystatechange
event is not fired.
abort
AJAX
API
HTTP
HttpRequest
Method
Reference
XHR
XMLHttpRequest
First
Previous
1
Next
Last