Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Last active January 2, 2016 08:49
Show Gist options
  • Save lonekorean/8278642 to your computer and use it in GitHub Desktop.
Save lonekorean/8278642 to your computer and use it in GitHub Desktop.
Feature detection
if (window.File) {
console.log('your browser supports the File API');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment