mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
Revert "feat: replace BrowserView with WebContentsView (#40759)"
This reverts commit bd304f7c9d.
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
const { View } = process._linkedBinding('electron_browser_view');
|
|
|
|
export default View;
|