Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larrybahr/promise-powerup

Giving more power to your JavaScript promises!
https://github.com/larrybahr/promise-powerup

Last synced: 8 days ago
JSON representation

Giving more power to your JavaScript promises!

Awesome Lists containing this project

README

        

# promise-powerup
Giving more power to your JavaScript promises!

to do:
- [] implement Promise.timeOut(fn, time)
- [] implement Promise.delay(fn, time)
- [x] implement Named promises
- [] implement Promise.retryUntilResolve
- [] implement Promise.retryUntilReject
- [] add automated testing (started)
- [] add docs like https://github.com/larrybahr/windows-network-drive but in sub folder
- [] update package.json with typedefs for typescript installs
- [] common mistake section for named promise
- [] examples
- [] publish to npm
- [] github release