August 2006
Intermediate to advanced
1018 pages
34h 13m
English
XMLHttpRequest.abort( ): cancel an HTTP request
void abort( )
This method resets the XMLHttpRequest object to a readyState of 0 and aborts any pending
network activity. You might call this method, for example, if a
request has taken too long, and the response is no longer
necessary.
Read now
Unlock full access