Questions tagged as 'q.js'

1
answer

Using Q promise to receive different apis values

I need to receive some APIS values. For example: calls to api1() and api2() return deferred.promise ; I can: api1().then( function(res1){ api2().then( function(res2){ console.log(res1, res2); }) }); How can...
asked by 29.06.2016 / 22:29