Skip to content

Instantly share code, notes, and snippets.

@szaranger
Created July 19, 2022 23:59
Show Gist options
  • Save szaranger/ac52d20a70bd1160b170d86bdaecc822 to your computer and use it in GitHub Desktop.
Save szaranger/ac52d20a70bd1160b170d86bdaecc822 to your computer and use it in GitHub Desktop.
const promises = await settledPromises;
promises; // [{ status: '...', value: '...' }, ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment