Search code examples
Can a Bluebird promise be GC'd before completion?...

javascriptgarbage-collectionpromisebluebird

Read More
sequelize error: Unhandled rejection TypeError: expecting an array or an iterable object but got [ob...

javascriptnode.jssequelize.jsbluebird

Read More
Promise fired before waiting for result...

javascriptnode.jspromiseelectronbluebird

Read More
Execute other promise only if first one didn't returned good results...

javascriptnode.jspromisebluebird

Read More
How (not) to nest `then` producing promise methods?...

javascriptnode.jspromisebluebird

Read More
How does bluebird know to proceed to the next `then` in this chain?...

javascriptnode.jspromisebluebirdchaining

Read More
How to handle conditional callbacks using Promises(Bluebird) in NodeJS...

node.jscallbackbluebird

Read More
Promise.method() function not working the way I expect it to work...

javascriptnode.jspromisebluebirdcryptojs

Read More
Bluebird .map promise ends prematurely?...

javascriptpromisebluebird

Read More
Howto silence promise rejections and stop the fulfilment chain?...

promisebluebird

Read More
How to return promise.map (bluebird) inside a promise chain?...

javascriptnode.jsasynchronouspromisebluebird

Read More
Bluebird Promises and JSON.parse on an Array...

javascriptjsonnode.jspromisebluebird

Read More
Can I use a promise in .then arguments?...

javascriptnode.jspromisebluebird

Read More
Bluebird Promises with Event Emitter...

node.jspromisebluebird

Read More
Is there a way to know which promise fail in a `Promise.join`?...

node.jsbluebird

Read More
MongoDB - two updates in sequence overlap each other...

node.jsmongodbbluebirdcoroutine

Read More
would sharing a global resolved promise between many promise chains create a memory leak or have per...

javascriptmemory-leaksbluebirdes6-promise

Read More
bluebird - function returns promise objects instead of actual data...

javascriptnode.jsbluebird

Read More
Unhandled rejection TypeError: path.extname is not a function...

javascriptnode.jspathbluebird

Read More
Express.js and Bluebird - Handling the promise chain...

javascriptnode.jsexpresspromisebluebird

Read More
Does Bluebird "map" return early?...

javascriptpromisebluebird

Read More
Node JS, chaining variable number of http requests...

javascriptnode.jspromisebluebird

Read More
Implement a "promise always" return function...

promisebluebird

Read More
Node.js: Converting module functions from callbacks to promises with Bluebird...

javascriptnode.jscallbackpromisebluebird

Read More
How to use the bluebird concurrency option for the map function...

concurrencypromisebluebird

Read More
How can you modify express.res within bluebird promises, and use res within another promise?...

javascriptnode.jsexpressbluebird

Read More
Iterate over array in async promise...

javascriptarraysasynchronousbluebird

Read More
Use cancel() inside a then-chain created by promisifyAll...

node.jspromisebluebird

Read More
Calling a promise and a non-promise together in Promise.all...

javascriptpromisebluebird

Read More
Using bluebird library in meteor to save data from remote API into local mongo db...

mongodbmeteorpromisebluebird

Read More
BackNext