Sha256: 7e5e97b9c5125cc02ec45f9455c661a5b21ab932aa35c189fa554abc078934e8
Contents?: true
Size: 749 Bytes
Versions: 3
Compression:
Stored size: 749 Bytes
Contents
pageflow.browser.feature('rewrite video sources support', function() { // set from conditionally included script file return !pageflow.ie9; }); pageflow.browser.feature('stop buffering support', function(has) { return has.not('mobile platform'); }); pageflow.browser.feature('buffer underrun waiting support', function(has) { return has.not('mobile platform'); }); pageflow.browser.feature('prebuffering support', function(has) { return has.not('mobile platform'); }); pageflow.browser.feature('mp4 support only', function(has) { // - Silk does not play videos with hls source // - Desktop Safari 9.1 does not loop hls videos return pageflow.browser.agent.matchesSilk() || pageflow.browser.agent.matchesDesktopSafari9(); });
Version data entries
3 entries across 3 versions & 1 rubygems