Sha256: d444c6d36c3529edb312f7cf0d8bfb6ac78991031a3aaa1427cfc1d65c95fa36
Contents?: true
Size: 344 Bytes
Versions: 18
Compression:
Stored size: 344 Bytes
Contents
pageflow.features.add('high bandwidth', function() { return pageflow.bandwidth().pipe(function(result) { var isHigh = result.speedInBps > 8000 * 1024; if (window.console) { window.console.log('Detected bandwidth ' + (result.speedInBps / 8 / 1024) + 'KB/s. High: ' + (isHigh ? 'Yes' : 'No')); } return isHigh; }); });
Version data entries
18 entries across 18 versions & 1 rubygems