Echo JS 0.11.0

<~>
GrosSacASacs 2254 days ago. link 1 point
Note that Promise.all does not technically execute promises inside, it just returns a promise, that resolves when the array of promises all resolve, or one rejects.

Replies