We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469b14a commit e56f3d0Copy full SHA for e56f3d0
src/ng/q.js
@@ -53,6 +53,8 @@
53
*
54
* Note: progress/notify callbacks are not currently supported via the ES6-style interface.
55
56
+ * Note: unlike ES6 behaviour, an exception thrown in the constructor function will NOT implicitly reject the promise.
57
+ *
58
* However, the more traditional CommonJS-style usage is still available, and documented below.
59
60
* [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an
0 commit comments