Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement AbortSignal.any() #47811

Closed
shaseley opened this issue May 1, 2023 · 1 comment · Fixed by #47821
Closed

Implement AbortSignal.any() #47811

shaseley opened this issue May 1, 2023 · 1 comment · Fixed by #47821
Labels
abortcontroller Issues and PRs related to the AbortController API

Comments

@shaseley
Copy link

shaseley commented May 1, 2023

Explainer: https://github.com/shaseley/abort-signal-any

Spec PR: whatwg/dom#1152

Web platform tests PR (landed): web-platform-tests/wpt#37434 ( renamed to remove 'tentative' in web-platform-tests/wpt#39785)

@MoLow MoLow added the abortcontroller Issues and PRs related to the AbortController API label May 2, 2023
@atlowChemi
Copy link
Member

I'd be happy to work on this 🙂

nodejs-github-bot pushed a commit that referenced this issue May 18, 2023
PR-URL: #47821
Fixes: #47811
Refs: whatwg/dom#1152
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
fasenderos pushed a commit to fasenderos/node that referenced this issue May 22, 2023
PR-URL: nodejs#47821
Fixes: nodejs#47811
Refs: whatwg/dom#1152
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
targos pushed a commit that referenced this issue May 30, 2023
PR-URL: #47821
Fixes: #47811
Refs: whatwg/dom#1152
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
atlowChemi added a commit to atlowChemi/node that referenced this issue Jul 17, 2023
PR-URL: nodejs#47821
Fixes: nodejs#47811
Refs: whatwg/dom#1152
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams pushed a commit that referenced this issue Jul 17, 2023
PR-URL: #47821
Backport-PR-URL: #48800
Fixes: #47811
Refs: whatwg/dom#1152
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abortcontroller Issues and PRs related to the AbortController API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants