#737: Design review: AbortSignal.any()
Discussions
2022-07-18
Peter: We think we can close it as satisfied.
Sangwhan [via chat]: mechanism to remove signal seems missing, what if one signal source (that one doesn't have full control over) doesn't matter any more?
Lea: other things are similar...
Provisionally based on Sangwhan's feedback agreed to close with positive review
OpenedMay 6, 2022
Braw mornin' TAG!
I'm requesting a TAG review of
AbortSignal.any(signals)
.AbortSignal.any(signals)
returns a signal that is aborted when any of the source signals are aborted. Developers can use this to combine independent abort sources, e.g. timeouts specified withAbortSignal.timeout()
and signals associated with user input, and pass them to async APIs likefetch()
.Further details:
We'd prefer the TAG provide feedback as (please delete all but the desired option):
🐛 open issues in our GitHub repo for each point of feedback