detect-audio-video
Advanced tools
Comparing version 2.9.0 to 2.9.1
@@ -601,3 +601,3 @@ const AAC_CONTENT_TYPE = 'audio/mp4; codecs="mp4a.40.2"'; | ||
function isWideGamutSupported(win = window) { | ||
return isSrgbSupported(win) || isRec2020Supported(win); | ||
return isP3Supported(win) || isRec2020Supported(win); | ||
} | ||
@@ -604,0 +604,0 @@ function isSrgbSupported(win = window) { |
{ | ||
"name": "detect-audio-video", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "Detect audio and video features in browser", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
61108