New posts in bluebird

Placement of catch BEFORE and AFTER then

What is the equivalent of Bluebird Promise.finally in native ES6 promises? [duplicate]

How does Bluebird's util.toFastProperties function make an object's properties "fast"?

Object method with ES6 / Bluebird promises

What is the promise disposer pattern?

if-else flow in promise (bluebird)

Are there still reasons to use promise libraries like Q or BlueBird now that we have ES6 promises? [closed]

Promise.all consumes all my RAM

Is ".then(function(a){ return a; })" a no-op for promises?

Correct way to write loops for promise.

How do I tell if an object is a Promise?

How to chain and share prior results with Promises [duplicate]

When is .then(success, fail) considered an antipattern for promises?

Aren't promises just callbacks?

How do I access previous promise results in a .then() chain?

How do I convert an existing callback API to promises?

What is the explicit promise construction antipattern and how do I avoid it?