Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiefenga/my-promise


https://github.com/xiefenga/my-promise

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

- 符合 Promise/A+ 规范,通过 promises-aplus-tests 所有测试用例
- 使用 `queueMicrotask` api
- 实现了额外的 API
- `Promise.prototype.catch`
- `Promise.prototype.finally`
- `Promise.all`
- `Promise.race`
- `Promise.allSettled`
- `Promise.any`
- `Promise.resolve`
- `Promise.reject`