Skip to content

Conversation

@ddbeck
Copy link
Collaborator

@ddbeck ddbeck commented May 8, 2024

This is a Baseline 2024 feature.

This is a Baseline 2024 feature.
@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label May 8, 2024
@@ -0,0 +1,5 @@
name: AbortSignal.any()
description: The `AbortSignal.any()` static method combines an iterable of abort signals into a single signal, with abort reason set to the first signal to abort.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A signal isn't a reason, trying a tweak:

Suggested change
description: The `AbortSignal.any()` static method combines an iterable of abort signals into a single signal, with abort reason set to the first signal to abort.
description: The `AbortSignal.any()` static method combines an iterable of abort signals into a single signal, with abort reason taken from the first signal to abort.

Any other rewording you prefer would also be OK.

Co-authored-by: Philip Jägenstedt <[email protected]>
@ddbeck ddbeck enabled auto-merge (squash) May 9, 2024 03:14
@ddbeck ddbeck merged commit 3dcbb63 into web-platform-dx:main May 9, 2024
@ddbeck ddbeck deleted the abortsignal-any branch November 22, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature definition Creating or defining new features or groups of features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants