all-settled
v1.0.0
Published
Wait until all promises reject/resolve. Conforms to TC39 Stage 4 Draft.
Downloads
1
Readme
all-settled
This module exports an allSettled(promises)
function.
To attach it like a true global (if you understand the consequences):
Promise.allSettled = require("all-settled")
See the MDN for documentation:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled