Is there any alternative for q.all
because the callback for
q.all().then()
will be called only when all http calls succeeds.
Even if one http call fails , it will enters into .catch
part.
Is there any way so that it enters into q.all().then()
part even if few http calls fail?
via user7131571
No comments:
Post a Comment