https://github.com/zhanba/promize
Promise that pass promise/A+ test suite
https://github.com/zhanba/promize
Last synced: over 1 year ago
JSON representation
Promise that pass promise/A+ test suite
- Host: GitHub
- URL: https://github.com/zhanba/promize
- Owner: zhanba
- Created: 2017-12-26T13:22:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T00:47:54.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T09:27:17.623Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Promize
Promise that pass promise/A+ test suite
## Todo
- use `MutationObserver`/ `process.nextTick` perfer `setTimeout`
- implement `finally` ?
- cancel promise ?