[whatwg] Array as first argument to fetch()

Since fetch() is making life easier as is and in the spirit of promises, 
how about taking it a step further to simplify the frequent use case of 
needing to retrieve multiple resources and waiting for all to return?

If the first argument to fetch() could be an array, then fetch() could 
be made to work like Promise.all() and return an array of the results to 
then().

Thanks,
Brett

Received on Friday, 27 March 2015 12:28:59 UTC