Skip to content

Instantly share code, notes, and snippets.

@roc-ld
Forked from dance2die/Comparison Table.md
Created December 22, 2023 23:26
Show Gist options
  • Select an option

  • Save roc-ld/7f948d6925a01e32b8cf60138affcbd0 to your computer and use it in GitHub Desktop.

Select an option

Save roc-ld/7f948d6925a01e32b8cf60138affcbd0 to your computer and use it in GitHub Desktop.
Short-circuit? Short-circuits on? Fulfilled on? Rejected on?
Promise.all Yes First rejected promise All promise fulfilled First rejected promise
Promise.allSettled No N/A Always N/A
Promise.race Yes First settled First promise fulfilled First rejected promise
Promise.any Yes First fulfilled First promise fulfilled All rejected promises
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment