Promise.any and its own implementation/Polyfill. Asked in Amazon|Microsoft

Опубликовано: 13 Январь 2022
на канале: TechStorming
885
22

Promise.any() takes an iterable of Promise objects. It returns a single promise that resolves as soon as any of the promises in the iterable fulfills, with the value of the fulfilled promise. If no promises in the iterable fulfill (if all of the given promises are rejected), then the returned promise is rejected with an AggregateError, a new subclass of Error that groups together individual errors.

Linkedin:   / manish-mohan-profile  
GitHub code Link: https://github.com/mohanmanis/tutorials


00:00 introduction
00:25 Definition of Promise.any
02:16 Example of Promise.any
05:40 Polyfill of Promise.any


Смотрите видео Promise.any and its own implementation/Polyfill. Asked in Amazon|Microsoft онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь TechStorming 13 Январь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 88 раз и оно понравилось 2 людям.