Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 312 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 312 Bytes

基于 Promises/A+规范

为什么要写?

  • 不明白 Promise 的各种用法

  • 研究 EventLoop 发现 Promise 是 Microtask

  • 更好的掌握 Promise 用法

  • 分析 Promise 实现原理

  • 探究源码的态度

参考:

  1. [Promises/A+规范][http://www.ituring.com.cn/article/66566]