tgvashworth / fetch-engine

A smart request-making library
24 stars 6 forks source link

Make composePromise compose fns rather than iterate each time #27

Closed tgvashworth closed 8 years ago

tgvashworth commented 8 years ago

Currently it iterates over each function every time. It would be better to compose first.