unscriptable
Member since Sep 9, 2011
- Profile: /members/8954-unscriptable.htm
- URL: http://unscriptable.com
- Comments: 1
Recent Blog Comments By unscriptable
-
Using jQuery's Pipe() Method To Change Deferred Resolution
Posted on Sep 9, 2011 at 4:43 PM
Just a side note: jQuery claims to be CommonJS Promises/A compliant, but it's not. The .pipe() method wouldn't be necessary if it were, iiuc. In Promises/A, changing the resolved value is done by returning a promise from a handler in the .then(). I'll let the reader decide which method they lik... read more »