Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genalhuang/genal-promise
手写通过promiseA+规范所有测试用例的Promise、完善Promise方法
https://github.com/genalhuang/genal-promise
Last synced: 6 days ago
JSON representation
手写通过promiseA+规范所有测试用例的Promise、完善Promise方法
- Host: GitHub
- URL: https://github.com/genalhuang/genal-promise
- Owner: genalhuang
- Created: 2020-04-08T14:08:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T03:55:49.000Z (about 4 years ago)
- Last Synced: 2024-03-09T19:09:29.152Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PromiseA+规范
- 原文: [https://promisesaplus.com/](https://promisesaplus.com/)
- 翻译: [https://www.ituring.com.cn/article/66566#gotocomment](https://www.ituring.com.cn/article/66566#gotocomment)### 2019
- 手写promise,只完成一部分,有时间再去深入
### 2020
- flag完成