Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 893 Bytes

File metadata and controls

17 lines (14 loc) · 893 Bytes

Promise

write a promise polyfill.

手写一个 Promise (实现 Promise/A+ 规范)

工程概述

参考