Changes between Initial Version and Version 1 of Ticket #11010, comment 16
- Timestamp:
- 04/26/12 09:07:34 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11010, comment 16
initial v1 22 22 }}} 23 23 24 while thanks to Exception not being caught and put in variables all the time, you code actually is: 24 Which, by the way, is exactly what the Promise/A spec expects you to do in your fail callback. 25 26 While thanks to Exception not being caught and put in variables all the time, you code actually is: 25 27 26 28 {{{#!js 27 29 doSomething(); 28 30 }}} 29 30 Which, by the way, is exactly what the Promise/A spec expects you to do in your fail callback.31 31 32 32 > If there are insurmountable performance concerns about returning a new promise, though, then CommonJS/A compatability is indeed truly broken:
