Add notes about remote buffer in capturePage API's docs.

This commit is contained in:
Cheng Zhao 2013-12-31 10:00:29 +08:00
Родитель e1e5cb5ba4
Коммит 5e51ad30d7
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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.