https://github.com/isboyjc/promise
符合Promises/A+规范的Promise实现
https://github.com/isboyjc/promise
promise promises
Last synced: 4 months ago
JSON representation
符合Promises/A+规范的Promise实现
- Host: GitHub
- URL: https://github.com/isboyjc/promise
- Owner: isboyjc
- Created: 2020-02-07T03:27:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T14:58:29.000Z (over 4 years ago)
- Last Synced: 2025-08-11T17:44:22.024Z (5 months ago)
- Topics: promise, promises
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Promise
符合 Promises/A+规范的 Promise 实现
- Promise
- then
- catch
- resolve
- reject
- race
- all
安装依赖
```js
npm install
or
yarn install
```
执行测试
```js
npm run test / yarn test
```