From 02ae98f63d2238aced0dab0efe9d2e908318cb1b Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Fri, 25 Mar 2016 23:56:16 +0100 Subject: [PATCH] Update remote module --- github-electron/github-electron.remote.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/github-electron/github-electron.remote.d.ts b/github-electron/github-electron.remote.d.ts index 185b69de50..7888ee2ffd 100644 --- a/github-electron/github-electron.remote.d.ts +++ b/github-electron/github-electron.remote.d.ts @@ -9,7 +9,10 @@ /// declare namespace Electron { - + /** + * The remote module provides a simple way to do inter-process communication (IPC) + * between the renderer process (web page) and the main process. + */ interface Remote extends CommonElectron { /** * @returns The object returned by require(module) in the main process.