Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 678 Bytes

bluebird-q.md

File metadata and controls

18 lines (10 loc) · 678 Bytes

bluebird / q

bluebird and q recommends that you switch away from them to native promises.

Alternatives

Native JavaScript Promise

For most cases, native JavaScript Promise is enough.

MDN

NativeBird

Ultralight native Promise extension compatible with bluebird if you need some helpers missed in native JavaScript Promise.

Project Page npm