Sha256: c56578f5dd965852150234296dcd9826d8cac0bf8b64d596f7b6adb984322152
Contents?: true
Size: 469 Bytes
Versions: 18
Compression:
Stored size: 469 Bytes
Contents
pageflow.features.add('rewrite video sources support', function() { // set from conditionally included script file return !pageflow.ie9; }); pageflow.features.add('stop buffering support', function(has) { return has.not('mobile platform'); }); pageflow.features.add('buffer underrun waiting support', function(has) { return has.not('mobile platform'); }); pageflow.features.add('prebuffering support', function(has) { return has.not('mobile platform'); });
Version data entries
18 entries across 18 versions & 1 rubygems