await Promise.all([].map()) ? I guess it is the same but you can compute inside map, so is it parallel still?
map will run before the promises get executed
Also check Promise.allSettled :)
yeah, to prevent it from stop if any of the promises fails
Обсуждают сегодня