mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
* refactor: prevent consistent early exception * Use _linkedBinding where possible * Remove dead electronBinding
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
const { View } = process._linkedBinding('electron_browser_view');
|
|
|
|
export default View;
|