Created
June 13, 2013 20:14
-
-
Save anthonyringoet/5776954 to your computer and use it in GitHub Desktop.
bbc good browsers vs bad browsers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// '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