docs(reference): edit reference

This commit is contained in:
ruanyf
2018-06-04 11:12:30 +08:00
parent 76b6bce980
commit 42e06a84d9
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -140,6 +140,7 @@
## Promise 对象
- Jake Archibald, [JavaScript Promises: There and back again](http://www.html5rocks.com/en/tutorials/es6/promises/)
- Jake Archibald, [Tasks, microtasks, queues and schedules](https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/)
- Tilde, [rsvp.js](https://github.com/tildeio/rsvp.js)
- Sandeep Panda, [An Overview of JavaScript Promises](http://www.sitepoint.com/overview-javascript-promises/): ES6 Promise 入门介绍
- Dave Atchley, [ES6 Promises](http://www.datchley.name/es6-promises/): Promise 的语法介绍