TIL https://developer.mozilla.org/en-US/docs/Web/API/AbortController
Skip to main content Skip to search Technologies Technologies Overview HTML CSS JavaScript Graphics HTTP APIs Browser Extensions MathML References & Guides Learn web development Tutorials References Developer Guides Accessibility Game development ...more docs Feedback Send Feedback Join the MDN community Report a content issue 🌐 Report a platform issue 🌐 Search MDN Web technology for developers Web APIs AbortController Select your preferred language English (US) 한국어 Русский 中文 (简体) 正體中文 (繁體) Change language Jump to section Constructor Properties Methods Examples Specifications Browser compatibility See also The AbortController interface represents a controller object that allows you to abort one or more Web requests as and when desired. You can create a new AbortController object using the AbortController.AbortController() constructor. Communicating with a DOM request is done usin...