JavaScript Developer — Hard
Key points
- `AbortController` creates an `AbortSignal` for cancelling requests
- `controller.abort()` rejects the `fetch()` request with an `AbortError`
- Enables cancellation of ongoing network operations
Ready to go further?
Related questions
