Skip to content

jpwimp/Browser_Feature_Detection-legacy-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser_Feature_Detection (Legacy)

Sample code for browser feature detection - This is a more in-depth sample of feature detection. We recommend using our new Web_Feature_Detection Sample code instead.

This is sample code to help HTML/Javascript Developer feature detect for Dolby Digital Plus support on Browsers

Please note that Browsers can give false positives results whether or not a feature is supported. This Sample Code plays a "silence.mp4" file. If the file is successful, then the browser supports Dolby Digital Plus encoded content. If the file fails, then the browser does not support Dolby Digital Plus encoded content

Since not all browsers support Dolby, you will want to fallback when necessary If (browser supports Dolby Digital Plus Format) { downstream Dolby Digital Plus } Else { downstream another audio file format }

About

Sample code for browser feature detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 60.0%
  • HTML 24.8%
  • JavaScript 15.2%