Promise.all vs Promise.allSettled в JavaScript
В ES2020 был добавлен новый метод
#javascript #jsarticle #es2020 #promise
В ES2020 был добавлен новый метод
allSettled
у Promise
. Статья рассказывает о том, что делает этот метод и как он отличается от Promise.all
#javascript #jsarticle #es2020 #promise
DEV Community
🤝 Promise.allSettled() VS Promise.all() in JavaScript 🍭
Hello ! 🧑🌾 Promises are available since ES2015 to simplify the handling of asynchronous operations....