Files
electron/lib/browser/api/view.ts
Keeley Hammond 12f4204824 revert: replace BrowserView with WebContentsView (#41060)
Revert "feat: replace BrowserView with WebContentsView (#40759)"

This reverts commit bd304f7c9d.
2024-01-22 08:53:02 -08:00

4 lines
88 B
TypeScript

const { View } = process._linkedBinding('electron_browser_view');
export default View;