-
JS experts: Is
await Promise.all()
equivalent to[await, await]
? stackoverflow.com/questions/47371356/is-await-promise-all-equivalent-to-an-array-await-await -
…in reply to @steren
Turns out that StackOverflow was useless (issue marked as dupe without answering the question). And reading #MDN was more useful: developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function#Do_not_confuse_await_for_Promise.all