Skip to content

Instantly share code, notes, and snippets.

@devStepsize
Last active April 22, 2016 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devStepsize/e526ac4b2c7f092200a22dbdf0cd8ca2 to your computer and use it in GitHub Desktop.
Save devStepsize/e526ac4b2c7f092200a22dbdf0cd8ca2 to your computer and use it in GitHub Desktop.
An example of a message being sent from the renderer process to the main process.
//In index.html (renderer process)
ipcRenderer.send('hello from the webpage!', 'my arg');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment