promise-all-always
Execute all the promises whether they resolve or reject
Install
// Yarn
yarn add promise-all-always
// NPM
npm install promise-all-always
Example
const promiseAllAlways = ; // Even if second promise is rejected, the execution will continue// Use "result" property to receive promise result// Use "isResolved" property to check if the promise is resolved or rejected; // Return raw values (no object) ;
For more examples check examples folder.
Testing
// Yarn$ yarn test// NPM$ npm test
Contribute
Contributions to the package are always welcome!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at the package's Git repository.
License
All contents of this package are licensed under the MIT license.