Skip to content

Instantly share code, notes, and snippets.

@anthonyringoet
Created June 13, 2013 20:14
Show Gist options
  • Save anthonyringoet/5776954 to your computer and use it in GitHub Desktop.
Save anthonyringoet/5776954 to your computer and use it in GitHub Desktop.
bbc good browsers vs bad browsers
// 'bad' browsers - core experience
if( 'querySelector' in document &&
'localStorage' in window &&
'addEventListener' in window ){
// good - enhanced experience
// add fun stuff!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment