Skip to content

Instantly share code, notes, and snippets.

@rvgpl
Created September 15, 2017 03:51
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 rvgpl/cb063e0e59367927a5a6a1db8c0df288 to your computer and use it in GitHub Desktop.
Save rvgpl/cb063e0e59367927a5a6a1db8c0df288 to your computer and use it in GitHub Desktop.
var canUseDOM = !!(
typeof window !== 'undefined' &&
window.document &&
window.document.createElement);
if(canUseDOM) {
//Do Window things
}
else {
//Something else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment