You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a non-standard API only chrome supports, so it is not typed. I'm considering adding types for these anyways, but haven't yet because the goal of WXT is to promote cross-browser development.
@message163 please do! Might be hard because of the way @types/webextension-polyfill and @types/chrome use namespaces... But ideally we just add any types we need from @types/chrome into the existing AugmentedBrowser types.
Just released an experiment feature in [email protected] to switch to @types/chrome, which has this type in it. Try it out and let me know how it goes: #868
Describe the bug
I did not find any relevant statements about the DesktopCapture API in the declaration file, which is part of the Google Extension API
To Reproduce
browser.desktopCapture.chooseDesktopMedia(["window","screen","tab"],tab, (streamId:string) => {
console.log(streamId)
})
The text was updated successfully, but these errors were encountered: