Answers

Question and Answer:

  Home  AJAX

⟩ How do we abort the current XMLHttpRequest in AJAX?

Just call the abort() method on the request to abort the current XMLHttpRequest in AJAX.

 134 views

More Questions for you: