Skip to content

Instantly share code, notes, and snippets.

@wadez
Created June 13, 2021 17:22
Show Gist options
  • Save wadez/e5b60f14acaecff51325d6be66ae2962 to your computer and use it in GitHub Desktop.
Save wadez/e5b60f14acaecff51325d6be66ae2962 to your computer and use it in GitHub Desktop.
Promise.any(promises) // handle the first fullfilment
Promise.race(promises) // handle the first settled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment