Wednesday, 31 May 2017

Promise sequential chaining with nested promises

This question is extention to How to synchronize a sequence of promises?. I coudn't comment there coz of reputation point restriction

My issue is that run async function that has further implemented promises. I have updated the fiddle here

[http://jsfiddle.net/h3zaw8u8/30/][1]

I want the results to be : initial data : one -> first delay: data: one -> second delay: data one and so on



via Mangesh V. Devikar