the Promises to wait for settling.
a Promise that will get fulfilled when the supplied Promises are fulfilled.
If any of the promises
is rejected, the returned Promise will be rejected with AggregateError.
Creates a Promise that will settle when the supplied Promises are settled.
a Promise that will get fulfilled when the supplied Promises are fulfilled.
If any of the promises
is rejected, the returned Promise will be rejected with AggregateError.
Creates a Promise that will settle when the supplied Promises are settled.