📝 Simpilify the structure of API references.
This commit is contained in:
parent
fae3cf9a55
commit
5933947000
19 changed files with 26 additions and 26 deletions
|
@ -346,7 +346,7 @@ You can write received `image` directly to a `.png` file, or you can base64
|
|||
encode it and use data URL to embed the image in HTML.
|
||||
|
||||
**Note:** Be sure to read documents on remote buffer in
|
||||
[remote](../renderer/remote.md) if you are going to use this API in renderer
|
||||
[remote](remote.md) if you are going to use this API in renderer
|
||||
process.
|
||||
|
||||
### BrowserWindow.loadUrl(url)
|
|
@ -5,7 +5,7 @@ asynchronous messages to the browser, and also receive messages sent from
|
|||
browser. If you want to make use of modules of browser from renderer, you
|
||||
might consider using the [remote](remote.md) module.
|
||||
|
||||
See [ipc (browser)](../browser/ipc-browser.md) for examples.
|
||||
See [ipc (browser)](ipc-browser.md) for examples.
|
||||
|
||||
## ipc.send(channel[, args...])
|
||||
|
|
@ -136,7 +136,7 @@ Returns the object returned by `require(module)` in the browser process.
|
|||
|
||||
## remote.getCurrentWindow()
|
||||
|
||||
Returns the [BrowserWindow](../browser/browser-window.md) object which
|
||||
Returns the [BrowserWindow](browser-window.md) object which
|
||||
represents current window.
|
||||
|
||||
## remote.getGlobal(name)
|
Loading…
Add table
Add a link
Reference in a new issue