0.0.4 • Published 6 years ago

promise-zy v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

promise-zy

A tiny implementation of Promies/A+

support APIs

  • Promise.prototype.then
  • Promise.prototype.catch
  • Promise.resolve
  • Promise.reject
  • Promise.all
  • Promise.race

features

  • 100% tested with promises-aplus-tests
  • support AMD/Commonjs/Web
  • tiny
    • less than 2KB after uglified
    • only 2KB after gziped

超小Promise/A+实现

  • 使用promises-aplus-tests进行测试,通过率100%
  • 支持 AMD/Commonjs/Web
  • 超小
    • uglify之后不到6k
    • gzip之后只有2k
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago