Rastopyr
6/26/2015 - 4:21 PM

Promise pipe introduction

Promise pipe introduction

Promise pipe intro

  return sequence.reduce(function(doWork, funcArr){

    return doWork.then(funcArr).catch(errorEnhancer);
  }, Promise.resolve(data));