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
