Skip to content

Commit 02ae98f

Browse files
committed
Update remote module
1 parent 1956dad commit 02ae98f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

github-electron/github-electron.remote.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
/// <reference path="github-electron.web-contents.d.ts" />
1010

1111
declare namespace Electron {
12-
12+
/**
13+
* The remote module provides a simple way to do inter-process communication (IPC)
14+
* between the renderer process (web page) and the main process.
15+
*/
1316
interface Remote extends CommonElectron {
1417
/**
1518
* @returns The object returned by require(module) in the main process.

0 commit comments

Comments
 (0)