How do I capture HTTP GET response from a Chrome extension? Is this possible? I used chrome.webRequest.onResponseStarted.addListener() function. I am getting the request but no response.
thank you
How do I capture HTTP GET response from a Chrome extension? Is this possible? I used chrome.webRequest.onResponseStarted.addListener() function. I am getting the request but no response.
thank you