JQuery.Deferred is the most important client-side tool you have(eng.wealthfront.com)
eng.wealthfront.com
JQuery.Deferred is the most important client-side tool you have
http://eng.wealthfront.com/2012/12/jquerydeferred-is-most-important-client.html
3 comments
I really like the fact that jQuery's AJAX methods were converted to support this.
e.g. stionaJS.DAL.authenticate(creds) .pipe(listDomains) .done(withMultiUserDomain) .done(withSingleUserDomain) .fail(failedAuthentication);