Cancel fetch requests and async operations cleanly โ
`AbortController` gives you a signal to pass to fetch(), event listeners, and other async APIs.
โ
Use AbortSignal.timeout() for timeouts
โ
Composable with AbortSignal.any()
Learn more ๐
https://developer.mozilla.org/en-US/docs/Web/API/AbortController
