AbortController and AbortSignal
Widely availableThe AbortController
and AbortSignal
APIs allow you to cancel an ongoing operation, such as a fetch()
request.
Safari Browser
iOS
12.2
The AbortController
and AbortSignal
APIs allow you to cancel an ongoing operation, such as a fetch()
request.