Promise.any()

baseline logo Widely available

The Promise.any() static method returns a promise that fulfills as soon as the first of an iterable of promises fulfills, with that promise’s value. Otherwise, it rejects with an AggregateError when all of the promises have rejected.

Notes

Support data provided by: BCD logo

Know something we don't?

Is any of the above data outdated? Or do you want to add a new WebView to the list? Heads on to GitHub and edit the data file!

Not comfortable with GitHub? Send us an email.

Please help us keeping this data updated

This feature was documented on September 16, 2020.