Add dns type on WxtBrowser
Feature Request
dns type on WxtBrowser is missing
Is your feature request related to a bug?
No, it's missing, js api just for Firefox : https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/dns
Thanks !
I'm going to mark this as upstream, since WXT uses @types/chrome. However, I'm not sure they would accept a PR adding this. Seems like the API exists on Chrome, but only on Chrome Dev.
So I'm not sure what I want to do about this. If I start building types separate from @types/chrome in WXT, they'll conflict or get out of sync and cause problems. So that's why I'd prefer we don't maintain a separate list.
First, we should try and open a PR into @types/chrome and see if they'll accept the new types. If not, we can think about the right way to do this in WXT.