Skip to content

Instantly share code, notes, and snippets.

@alexkb
Created July 5, 2015 00:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alexkb/0ef18791ae81eca73eff to your computer and use it in GitHub Desktop.
Save alexkb/0ef18791ae81eca73eff to your computer and use it in GitHub Desktop.
Snippet of js to check if an Electron client
function isElectron() {
return (window.navigator.userAgent.indexOf("Electron") !== -1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment