Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiefenga/my-promise
https://github.com/xiefenga/my-promise
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiefenga/my-promise
- Owner: xiefenga
- Created: 2021-09-10T01:46:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T02:14:06.000Z (over 3 years ago)
- Last Synced: 2024-11-25T11:41:43.190Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`