Sha256: 4952eb8db95a9bafe7e2bb827b275a47b8826dea454b1830c2b34b2b3fad0915
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 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'); });
Version data entries
3 entries across 3 versions & 1 rubygems