Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in promise

Are there differences between .then(functionReference) and .then(function(value){return functionReference(value)})?

javascript promise

redux-thunk and handling exceptions inside dispatch results

Best way to handle nested Promises (bluebird) [duplicate]

javascript promise bluebird

How to ensure correct "this" with Promise.promisify?

javascript promise bluebird

Promises not working on IE11

Using resolved promise data synchronously

Catch Promise rejection at a later time [duplicate]

Q promise: are callbacks invoked in the same order as registered?

javascript promise q

Thinking in JavaScript promises (Bluebird in this case)

Why does this line of code with 'await' trigger microtask queue processing?

Uncaught (in promise)

javascript reactjs promise

attempting to break jQuery promise chain with .then, .fail and .reject

jquery deferred chain promise

Can I use other promise implementations in the Parse JavaScript SDK?

Break javascript promise chain in a clean way

javascript promise

How to avoid an implicit "return" in coffeescript in conditional expressions?

jQuery, $.ajax with array of urls

Why does .then() work without a promise in JavaScript?

javascript promise

How can I limit Q promise concurrency?

In Node.js 7 what is the proper way to suppress UnhandledPromiseRejectionWarning?

javascript node.js promise

Get the value of a promise and assign to variable

node.js promise