Interview Questions

How do I abort the current XMLHttpRequest?

AJAX Questions and Answers


(Continued from previous question...)

How do I abort the current XMLHttpRequest?

Just call the abort() method on the request.

(Continued on next question...)

Other Interview Questions