extend-chrome / jest-chrome

A complete mock of the Chrome API for Chrome extensions for use with Jest.
MIT License
122 stars 23 forks source link

Question: It will support declarativeNetRequest namespace? #16

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 jest-chrome.

Thanks

jacksteamdev commented 2 years ago

PRs are welcome!