You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to add multiple requestInterceptors, fullRequestInterceptors and responseInterceptors. You can add as many as you want and they'll be called FIFO.
Added support for Jsonp.
When received 304, response is resolved with object on memory instead of sending it to the error handler.