Skip to content

Commit

Permalink
Encourage use of AbortController (mdn#20315)
Browse files Browse the repository at this point in the history
* update old text

with IE being officially dead, all major browsers support this API since 2019

* Update files/en-us/web/api/fetch_api/index.md

Co-authored-by: Jean-Yves Perrier <[email protected]>
  • Loading branch information
mindplay-dk and teoli2003 authored Sep 5, 2022
1 parent aef6e18 commit 2484947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/fetch_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The `fetch` specification differs from `jQuery.ajax()` in three main ways:
### Aborting a fetch

Browsers have started to add experimental support for the {{DOMxRef("AbortController")}} and {{DOMxRef("AbortSignal")}} interfaces (aka The Abort API), which allow operations like Fetch and XHR to be aborted if they have not already completed. See the interface pages for more details.
To abort incomplete `fetch()`, and even `XMLHttpRequest`, operations, use the {{DOMxRef("AbortController")}} and {{DOMxRef("AbortSignal")}} interfaces.

## Fetch Interfaces

Expand Down

0 comments on commit 2484947

Please sign in to comment.