Skip to content

Instantly share code, notes, and snippets.

@yoannmoinet
Last active December 19, 2017 13:06
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 yoannmoinet/3646642a8fe92b5c3aedaf605160da7d to your computer and use it in GitHub Desktop.
Save yoannmoinet/3646642a8fe92b5c3aedaf605160da7d to your computer and use it in GitHub Desktop.
Show devtools for browser windows.
const newWindow = new BrowserWindow({
webPreferences: {
devTools: !IS_PRODUCTION
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment