зеркало из https://github.com/electron/electron.git
Add notes about remote buffer in capturePage API's docs.
This commit is contained in:
Родитель
e1e5cb5ba4
Коммит
5e51ad30d7
|
@ -309,6 +309,10 @@ visible page.
|
|||
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
|
||||
process.
|
||||
|
||||
### BrowserWindow.getPageTitle()
|
||||
|
||||
Returns the title of web page.
|
||||
|
|
Загрузка…
Ссылка в новой задаче