CC-Archived / promise-as3

Promises/A+ compliant implementation in ActionScript 3.0
167 stars 52 forks source link

Consider implementing otherwise() #22

Closed johnyanarella closed 10 years ago

johnyanarella commented 10 years ago

As a shorthand for adding a rejection handler, similar to the catch() method in the DOM Promises spec.