Skip to content

Commit 315cb79

Browse files
committed
feat: add WebContentsView since BrowserView is deprecated.
Add new WebContentsView class as BrowserView is deprecated. Ref: electron#198
1 parent 6315f59 commit 315cb79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export {
2727
export var app: Electron.App;
2828
export var autoUpdater: Electron.AutoUpdater;
2929
export var BrowserView: typeof Electron.BrowserView;
30+
export var WebContentsView: typeof Electron.WebContentsView;
3031
export var BrowserWindow: typeof Electron.BrowserWindow;
3132
export var clipboard: Electron.Clipboard;
3233
export var contentTracing: Electron.ContentTracing;

0 commit comments

Comments
 (0)