ah.proxy({ onResponse: function (response, handler) { //do something..... handler.next(response); }, });
ah.proxy({
onResponse: function (response, handler) {
//do something.....
handler.next(response);
},
});