Abdulaziz Alaboudi
Results
1
issues of
Abdulaziz Alaboudi
I am building a devtool extension, which uses several protocol functions. However, the recent update to Chrome causes any use of Profiler to throw an exception. For instance: `chrome.debugger.sendCommand({tabId:xxxx},"Profiler.start").then(e=> console.log(e))`...