From 08115d57fd4b77443936ab52800547dfc0e6e9bc Mon Sep 17 00:00:00 2001 From: Bernhard Millauer Date: Wed, 14 May 2014 18:06:56 +0200 Subject: [PATCH] Add BrowserWindow.restart() --- docs/api/browser-window.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index bc5280165682..efc501624eba 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -353,6 +353,8 @@ process. Same with `webContents.loadUrl(url)`. +### BrowserWindow.restart() + ## Class: WebContents A `WebContents` is responsible for rendering and controlling a web page.