Similar to Promise.race() but only resolves with the first successful promise. It will only reject if all promises reject.
Similar to Promise.race() but only resolves with the first successful promise. It will only reject if all promises reject.