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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: