You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>The <code>ipc</code> (inter-process communication) module allows you to send and recieve synchronous and asynchronous messages between the main and renderer processes.</h3>
9
+
<h3>The <code>ipc</code> (inter-process communication) module allows you to send and receive synchronous and asynchronous messages between the main and renderer processes.</h3>
10
10
11
11
<p>There is a version of this module available for both processes: <code>ipcMain</code> and <code>ipcRenderer</code>.</p>
12
12
<p>Open the full API documentation for the <ahref="http://electron.atom.io/docs/latest/api/ipc-main">main process<spanclass="u-visible-to-screen-reader">(opens in new window)</span></a> and the <ahref="http://electron.atom.io/docs/latest/api/ipc-renderer/">renderer process<spanclass="u-visible-to-screen-reader">(opens in new window)</span></a> in your browser.</p>
0 commit comments