(no title)
highpixels | 11 years ago
let arr = [/* an array of promises *]
await* arr;
Essentially the same as Promise.all let arr = [/* an array of promises *]
await Promise.all(arr)highpixels | 11 years ago
let arr = [/* an array of promises *]
await* arr;
Essentially the same as Promise.all let arr = [/* an array of promises *]
await Promise.all(arr)
No comments yet.