mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Standardize **Note:**
This commit is contained in:
@@ -20,7 +20,7 @@ var win = new BrowserWindow({ width: 800, height: 600 });
|
||||
win.loadUrl('https://github.com');
|
||||
```
|
||||
|
||||
**Note**: for the reverse (access the renderer process from the main process),
|
||||
**Note:** for the reverse (access the renderer process from the main process),
|
||||
you can use [webContents.executeJavascript](browser-window.md#webcontents-executejavascript-code).
|
||||
|
||||
## Remote Objects
|
||||
|
||||
Reference in New Issue
Block a user