Skip to content

Commit 3dcbb63

Browse files
ddbeckfoolip
andauthored
Add feature for AbortSignal.any() static method (#1061)
This is a Baseline 2024 feature. Co-authored-by: Philip Jägenstedt <[email protected]>
1 parent a7de05b commit 3dcbb63

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

features/abortsignal-any.dist.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Generated from: abortsignal-any.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: AbortSignal.any()
5+
description: The `AbortSignal.any()` static method combines an iterable of abort signals into a single signal, with the abort reason taken from the first signal to abort.
6+
spec: https://dom.spec.whatwg.org/#dom-abortsignal-any
7+
status:
8+
baseline: low
9+
baseline_low_date: 2024-03-19
10+
support:
11+
chrome: "116"
12+
chrome_android: "116"
13+
edge: "116"
14+
firefox: "124"
15+
firefox_android: "124"
16+
safari: "17.4"
17+
safari_ios: "17.4"
18+
compat_features:
19+
- api.AbortSignal.any_static

features/abortsignal-any.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: AbortSignal.any()
2+
description: The `AbortSignal.any()` static method combines an iterable of abort signals into a single signal, with the abort reason taken from the first signal to abort.
3+
spec: https://dom.spec.whatwg.org/#dom-abortsignal-any
4+
compat_features:
5+
- api.AbortSignal.any_static

0 commit comments

Comments
 (0)