Update remote module

This commit is contained in:
Milan Burda
2016-03-25 23:56:16 +01:00
parent 1956dad469
commit 02ae98f63d

View File

@@ -9,7 +9,10 @@
/// <reference path="github-electron.web-contents.d.ts" />
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.