acvetkov / sinon-chrome

Testing chrome extensions with Node.js
ISC License
434 stars 46 forks source link

Question: It will support declarativeNetRequest namespace? #110

Open belizar opened 2 years ago

belizar commented 2 years ago

I updated my chrome extension to manifest v3, also I see that declarativeWebRequest is deprecated, and the recomendation is tu use declarativeNetRequest namespace which is not supported on sinon-chrome.

Thanks