bialesdaniel/promise-all-soft-fail
This functions much like Promise.all() however it does not fail-fast. It executes all the promises and returns the results.
JavaScriptMIT
This functions much like Promise.all() however it does not fail-fast. It executes all the promises and returns the results.
JavaScriptMIT