We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469b14a commit e4a7890Copy full SHA for e4a7890
src/ng/q.js
@@ -52,6 +52,8 @@
52
* ```
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
0 commit comments