electron-tabs
electron-tabs copied to clipboard
electron-tabs 1.0.0 types "webview" field as "HTMLElement"
Describe the bug
In >1.0.0, Tab.webview has type HTMLElement. In previous releases of electron-tabs, this field was properly typed as Electron.WebviewTag.
Expected behavior
I would expect the "webview" field to have the Electron.WebviewTag type.