Skip to content

Commit

Permalink
docs($q): add a note re. difference in exception handling vs ES6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Cox committed Oct 15, 2015
1 parent 469b14a commit e4a7890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ng/q.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
* ```
*
* Note: progress/notify callbacks are not currently supported via the ES6-style interface.
*
* Note: unlike ES6 behaviour, an exception thrown in the constructor function will NOT implicitly reject the promise.
*
* However, the more traditional CommonJS-style usage is still available, and documented below.
*
Expand Down

0 comments on commit e4a7890

Please sign in to comment.