mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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;
|