On 10/12/19 12:52 AM, Jacob Bloom wrote:
const responses = await Promise.all(requests);
As opposed to: const responses = await Primise.all(requests.values()); which works right now? -Boris _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

