-
…in reply to @tpillard
tpillard i think you are right. But we can still avoid Promise.all by using
foo=getFoo(); bar = getBar(); [async foo, async bar]
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function#Do_not_confuse_await_for_Promise.all