Open quantatic opened 2 years ago
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.
Tab.webview
HTMLElement
electron-tabs
Electron.WebviewTag
Expected behavior I would expect the "webview" field to have the Electron.WebviewTag type.
Describe the bug In >1.0.0,
Tab.webview
has typeHTMLElement
. In previous releases ofelectron-tabs
, this field was properly typed asElectron.WebviewTag
.Expected behavior I would expect the "webview" field to have the
Electron.WebviewTag
type.