Skip to content

Instantly share code, notes, and snippets.

@iksi
Created July 13, 2016 19:13
Show Gist options
  • Save iksi/9286dacdf6cd3961b9babc38b992a10f to your computer and use it in GitHub Desktop.
Save iksi/9286dacdf6cd3961b9babc38b992a10f to your computer and use it in GitHub Desktop.
var isModernBrowser = function () {
return 'visibilityState' in document;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment