We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce4317 commit f6dfc2dCopy full SHA for f6dfc2d
2-promises.js
@@ -1,7 +1,11 @@
1
/**
2
* ES6 Promises
3
*
4
-* @Reference: https://ponyfoo.com/articles/es6-promises-in-depth
+* @Reference:
5
+* https://ponyfoo.com/articles/es6-promises-in-depth
6
+* http://www.2ality.com/2014/10/es6-promises-api.html
7
+* http://www.mattgreer.org/articles/promises-in-wicked-detail/
8
+* http://pouchdb.com/2015/05/18/we-have-a-problem-with-promises.html
9
*/
10
11
0 commit comments