Mullti-Request is a utility function with zero dependencies that enables you to call an array of endpoints and retrieve the responses using a promise chain.
// make multiple requests
multiRequest([
'/foo', '/bar'
]).then(data => console.log(data))
Suopport for all modern browsers. IE not supported.
To run tests
yarn install
then yarn test