Add notes about remote buffer in capturePage API's docs.
This commit is contained in:
parent
e1e5cb5ba4
commit
5e51ad30d7
1 changed files with 4 additions and 0 deletions
|
@ -309,6 +309,10 @@ visible page.
|
||||||
You can write received `image` directly to a `.png` file, or you can base64
|
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.
|
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
|
||||||
|
process.
|
||||||
|
|
||||||
### BrowserWindow.getPageTitle()
|
### BrowserWindow.getPageTitle()
|
||||||
|
|
||||||
Returns the title of web page.
|
Returns the title of web page.
|
||||||
|
|
Loading…
Reference in a new issue