- 30 Aug, 2013 1 commit
-
-
Stefan Penner authored
-
- 29 Aug, 2013 1 commit
-
-
Alex Navasardyan authored
-
- 25 Aug, 2013 1 commit
-
-
Alex Navasardyan authored
Rethrow makes sure that any exception in your promise chain won't swallowed: getJSON('/posts.json') .then(handlePost) .fail(RSVP.rethrow) You can also to chain it further, like so: getJSON('/posts.json') .then(handlePost) .fail(RSVP.rethrow) .then(null, handleRejection)
-
- 02 Aug, 2013 3 commits
-
-
Alex Navasardyan authored
-
Alex Navasardyan authored
-
Alex Navasardyan authored
-
- 19 Jul, 2013 1 commit
-
-
Stefan Penner authored
toString.call([]) fails while the Object.prototype.toString.call([]) works
-
- 03 Jul, 2013 1 commit
-
-
James A. Rosen authored
The third argument for `addEventListener` and `removeEventListener` is supposed to be optional, defaulting to `false`, but some browsers (notably older versions of FireFox) require it. See https://github.com/thinkpixellab/PxLoader/issues/5 and https://developer.mozilla.org/en-US/docs/Web/API/EventTarget.removeEventListener
-
- 30 Jun, 2013 1 commit
-
-
Stefan Penner authored
with a `TypeError' as the reason.
-
- 29 Jun, 2013 8 commits
-
-
Stefan Penner authored
-
Stefan Penner authored
-
Stefan Penner authored
-
Stefan Penner authored
This was handled for some code paths but not all.
-
Stefan Penner authored
Removed the double try/catch
-
Stefan Penner authored
-
Stefan Penner authored
This allows the VM to optimize correctly.
-
Stefan Penner authored
- Node >= 0.10.0 should used setImmediate over nextTick - prefer argument passing then callback rebinding
-
- 22 Jun, 2013 3 commits
-
-
Thomas Boyt authored
-
Yehuda Katz authored
-
Yehuda Katz authored
This function is invoked when an unhandled exception is thrown.
-
- 28 May, 2013 1 commit
-
-
Teddy Zeenny authored
-
- 27 May, 2013 3 commits
-
-
Stefan Penner authored
-
Stefan Penner authored
-
Stefan Penner authored
-
- 21 May, 2013 1 commit
-
-
Domenic Denicola authored
See discussion in #55.
-
- 02 May, 2013 1 commit
-
-
Stefan Penner authored
-
- 27 Apr, 2013 1 commit
-
-
Teddy Zeenny authored
-
- 25 Apr, 2013 1 commit
-
-
Teddy Zeenny authored
-
- 22 Apr, 2013 1 commit
-
-
Stefan Penner authored
-
- 20 Apr, 2013 2 commits
-
-
Stefan Penner authored
-
Stefan Penner authored
-
- 19 Apr, 2013 1 commit
-
-
Teddy Zeenny authored
-
- 18 Apr, 2013 1 commit
-
-
Stefan Penner authored
-
- 31 Mar, 2013 2 commits
-
-
Stefan Penner authored
-
Stefan Penner authored
-
- 18 Mar, 2013 1 commit
-
-
Yehuda Katz authored
-
- 17 Mar, 2013 1 commit
-
-
Yehuda Katz authored
-
- 16 Mar, 2013 1 commit
-
-
Domenic Denicola authored
-
- 07 Mar, 2013 2 commits
-
-
Domenic Denicola authored
-
Domenic Denicola authored
Converts functions that use the Node.js-style callbacks as their last parameter into promise-returning functions. Such functions also accept promises, in order to allow cool composition (see tests for example).
-