Amit Bhavikatti

Results 6 issues of Amit Bhavikatti

- loads fonts from local instead of, from the cdn

The extension popup window feels too small and the user has to scroll down to intercept/un-intercept multiple requests. This should be avoided. Currently the UI looks like this: ![screen shot...

Adds a checkbox as column header which allows the user to check/uncheck all the requests for interception at once

Currently, the `sinonFakeServer` responds to all the requests immediately with a mock response. Add ability to respond after a specified timeout. Refer [this](http://sinonjs.org/releases/v4.2.2/fake-xhr-and-server/#number-autorespondafter-ms) and [this](https://gist.github.com/AWinterman/23cb8f24f62e83d195fb)

enhancement

We perform the following check in background script which prevents multiple requests with same URLs being listed twice https://github.com/code-mancers/interceptor/pull/47/files#diff-97376050e9a743882d45020d62953ea4R78 Sinon throws an error if the same URL is intercepted twice....