Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 293 Bytes

File metadata and controls

24 lines (13 loc) · 293 Bytes

js learning

学习JavaScript的记录

目前已有

  • Polyfill Promise

    Promise的实现 PromiseA+规范

  • cancelable-promise

    事件发收器

  • timeout-fetch

    可设置timeout的fetch

  • EventEmitter

    事件发收器

  • async js demo

    异步js事例