---
title: "How do I abort the current XMLHttpRequest?"  
description: "How do I abort the current XMLHttpRequest?"  
author: "Anonymous User"  
published: 2011-05-11  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/888/how-do-i-abort-the-current-xmlhttprequest  
category: "ajax"  
tags: ["ajax"]  
reading_time: 1 minute  

---

# How do I abort the current XMLHttpRequest?

call the abort() method on the request.

## Answers

### Answer by Anonymous User

call the abort() method on the request.


---

Original Source: https://www.mindstick.com/interview/888/how-do-i-abort-the-current-xmlhttprequest

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
