steren’s avatarsteren’s Twitter Archive—№ 3,378

    1. JS experts: Is await Promise.all() equivalent to [await, await]? stackoverflow.com/questions/47371356/is-await-promise-all-equivalent-to-an-array-await-await
      OpenGraph image for stackoverflow.com/questions/47371356/is-await-promise-all-equivalent-to-an-array-await-await
  1. …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
    OpenGraph image for developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function#Do_not_confuse_await_for_Promise.all