mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Fix some typos, update as upstream
This commit is contained in:
@@ -19,7 +19,7 @@ var win = new BrowserWindow({ width: 800, height: 600 });
|
||||
win.loadUrl('https://github.com');
|
||||
```
|
||||
|
||||
Note: for the reverse (access renderer process from main process), you can use [webContents.executeJavascript](https://github.com/atom/electron/blob/master/docs/api/browser-window-ko.md#browserwindowwebcontents).
|
||||
Note: for the reverse (access renderer process from main process), you can use [webContents.executeJavascript](browser-window.md#webcontents-executejavascript-code).
|
||||
|
||||
## Remote 객체
|
||||
|
||||
|
||||
Reference in New Issue
Block a user