Skip to content

Instantly share code, notes, and snippets.

@MahdiF
Created January 16, 2016 19:49
Show Gist options
  • Save MahdiF/24b3bcc15bba994a0ee4 to your computer and use it in GitHub Desktop.
Save MahdiF/24b3bcc15bba994a0ee4 to your computer and use it in GitHub Desktop.
checkAudioSupport = function() {
return !!document.createElement('audio').canPlayType;
}
if (checkAudioSupport()){
console.log('Audio is supported');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment