From 5e51ad30d779bd0f8442fcc97523e3713ee1aba1 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 31 Dec 2013 10:00:29 +0800 Subject: [PATCH] Add notes about remote buffer in capturePage API's docs. --- docs/api/browser/browser-window.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/browser/browser-window.md b/docs/api/browser/browser-window.md index e655f39d5988..3500b9c68040 100644 --- a/docs/api/browser/browser-window.md +++ b/docs/api/browser/browser-window.md @@ -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.