Monday 31 December 2018

Start the new year with a new Promise utility library

http://bit.ly/2EVlUkQ is the day before 2019, I thought of creating a library which waits till All the promises (fulfilled or rejected) finished. Since Promise.all() bails out on the first exception.I rarely use libraries like Q or BlueBird, since I use native promises for backend development. So, I thought writing this small library (with one job) which does not depend on any 3rd party libraries (except for TypeScript). I'm following the same output format as Q.allSettled.Thank you and Happy 2019...

Submitted December 31, 2018 at 12:55PM by geeganage

No comments:

Post a Comment