electron-tabs icon indicating copy to clipboard operation
electron-tabs copied to clipboard

electron-tabs 1.0.0 types "webview" field as "HTMLElement"

Open quantatic opened this issue 3 years ago • 0 comments

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.

quantatic avatar Jul 13 '22 20:07 quantatic