We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1956dad commit 02ae98fCopy full SHA for 02ae98f
github-electron/github-electron.remote.d.ts
@@ -9,7 +9,10 @@
9
/// <reference path="github-electron.web-contents.d.ts" />
10
11
declare namespace Electron {
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
+ */
16
interface Remote extends CommonElectron {
17
/**
18
* @returns The object returned by require(module) in the main process.
0 commit comments