Vitaly P.
Vitaly P.
Seems there is no way to retrive controller name from extension. But people can patch their app code to add some additional debug info for ngInsperctor. Maybe it wil be...
So I had little bit time on this week end and merge some pull requests. Seems I finally start realize how I want to improve extension. First of all I...
Need to check > _For example, for the file: scheme, only **onBeforeRequest**, **onResponseStarted**, **onCompleted**, and **onErrorOccurred** may be dispatched._ > [API](https://developer.chrome.com/extensions/webRequest#life_cycle_footnote)
Hi recently migrate angular framework in my project from 1.2.28 to 1.4.7 And found that since this commit https://github.com/angular/angular.js/commit/7b6c1d08aceba6704a40302f373400aed9ed0e0b#diff-748e0a1e1a7db3458d5f95d59d7e16c9 angular changed their default response interceptor, now they require headers [link](https://github.com/angular/angular.js/commit/7b6c1d08aceba6704a40302f373400aed9ed0e0b#diff-748e0a1e1a7db3458d5f95d59d7e16c9R122)...