Fix a hash of a link href in the remote.md
📝 web-contents.md#webcontentsexecutejavascriptcode-usergesture ->
web-contents.md#webcontentsexecutejavascriptcode-usergesture-callback
This commit is contained in:
parent
d23c1bf917
commit
34ed2c4da4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ win.loadURL('https://github.com');
|
|||
```
|
||||
|
||||
**Note:** for the reverse (access the renderer process from the main process),
|
||||
you can use [webContents.executeJavascript](web-contents.md#webcontentsexecutejavascriptcode-usergesture).
|
||||
you can use [webContents.executeJavascript](web-contents.md#webcontentsexecutejavascriptcode-usergesture-callback).
|
||||
|
||||
## Remote Objects
|
||||
|
||||
|
|
Loading…
Reference in a new issue