Does chrome.webRequest capture the “requestBody” of PATCH?
I’m developing a chrome extension to capture the parameters and it’s values from a web application. So far I have been successfully able to capture the requestBody of POST calls through the chrome.webRequest API. But when testing the same for an update action (PATCH) the “requestBody” returns as null