Skip to content

Instantly share code, notes, and snippets.

View borankux's full-sized avatar
🎭
Trying too hard, too damn hard

Calibrate borankux

🎭
Trying too hard, too damn hard
  • wakitsoft
  • Zhuhai,China
  • 14:24 (UTC -12:00)
View GitHub Profile
@borankux
borankux / net-speed-detection.js
Created June 9, 2021 05:41
netspeed detection on front end
//JUST AN EXAMPLE, PLEASE USE YOUR OWN PICTURE!
var imageAddr = "http://www.kenrockwell.com/contax/images/g2/examples/31120037-5mb.jpg";
var downloadSize = 4995374; //bytes
function ShowProgressMessage(msg) {
if (console) {
if (typeof msg == "string") {
console.log(msg);
} else {
for (var i = 0; i < msg.length; i++) {