- From: Brett Zamir <brettz9@yahoo.com>
- Date: Fri, 27 Mar 2015 20:28:31 +0800
- To: whatwg <whatwg@whatwg.org>
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