Skip to content Skip to sidebar Skip to footer
Showing posts with the label Q

Chaining Promises Without Using 'then' With Q Library

I'm trying to chain Q promises without 'then', so eventually the chain would look like … Read more Chaining Promises Without Using 'then' With Q Library

Create An Api Which Accepts A Callback, And Also Returns A Promise

So I'm trying to upgrade an existing api to support promises, but I want to maintain backwards … Read more Create An Api Which Accepts A Callback, And Also Returns A Promise

Running Q On Page With Require.js

I am trying to run a widget on a web page that leverages the Q library. Unfortunately, the page al… Read more Running Q On Page With Require.js

Equivalent Behaviour Of 'jquery.active' In Q

In my c# selenium webdriver tests I occasionally have to make use of: public void WaitForJQuery(Tim… Read more Equivalent Behaviour Of 'jquery.active' In Q

How To Add Promise To Event Handler In Javascript

Now I want to wrap amqp with Promise Q, here are the codes Sender.prototype.createConnection_ = fun… Read more How To Add Promise To Event Handler In Javascript

Async Waterfall Equivalent With Q

I've got a single page which is an account settings page. In it, I allow my users to update the… Read more Async Waterfall Equivalent With Q