for await...of
for await...of - JavaScript | MDN
code:js
for await (variable of iterable) {
statement
}
async iterator
とも呼ばれる
Node.js v12
から使える