forked from web-platform-dx/web-features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaborting.yml
More file actions
20 lines (20 loc) · 748 Bytes
/
aborting.yml
File metadata and controls
20 lines (20 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: AbortController and AbortSignal
description: The `AbortController` and `AbortSignal` APIs allow you to cancel an ongoing operation, such as a `fetch()` request.
spec: https://dom.spec.whatwg.org/#aborting-ongoing-activities
caniuse: abortcontroller
status:
compute_from: api.AbortController
compat_features:
- api.AbortController
- api.AbortController.AbortController
- api.AbortController.abort
- api.AbortController.abort.reason_parameter
- api.AbortController.signal
- api.AbortSignal
- api.AbortSignal.abort_event
- api.AbortSignal.abort_static
- api.AbortSignal.abort_static.reason_parameter
- api.AbortSignal.aborted
- api.AbortSignal.reason
- api.AbortSignal.throwIfAborted
- api.AbortSignal.timeout_static