azl397985856 / fe-interview

宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)
Apache License 2.0
2.83k stars 260 forks source link

【每日一题】- 2020-07-28 - Promise.all VS Promise. allSettled Promise.any VS Promise.race #138

Closed azl397985856 closed 3 years ago

azl397985856 commented 4 years ago

Promise.all 和 Promise.allSettled 有什么区别?

Promise.any 和 Promise.race 有什么区别?

azl397985856 commented 4 years ago

要区别这几个 API,我们首先需要理解一个词 settled。 settled 指的是 resolved 或者 rejected 都可以,只要不是 pending 即可。

有了这个只是就简单了。

suukii commented 4 years ago

Promise.all VS Promise.allSettled

Promise.any VS Promise.race

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.