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.