mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
feat: add webFrameMain API to the main process (#25464)
This commit is contained in:
5
lib/browser/api/web-frame-main.ts
Normal file
5
lib/browser/api/web-frame-main.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const { fromId } = process._linkedBinding('electron_browser_web_frame_main');
|
||||
|
||||
export default {
|
||||
fromId
|
||||
};
|
||||
Reference in New Issue
Block a user