interceptor icon indicating copy to clipboard operation
interceptor copied to clipboard

Multiple requests with same URL are not listed on view

Open amitmbee opened this issue 6 years ago • 0 comments

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. Hence we prevent such requests appearing on popup

amitmbee avatar Mar 14 '18 10:03 amitmbee