|
@@ -64,7 +64,8 @@ var settings = {
|
|
|
useMebibits: false, //if set to true, speed will be reported in mebibits/s instead of megabits/s
|
|
|
telemetry_level: 0, // 0=disabled, 1=basic (results only), 2=full (results and timing) 3=debug (results+log)
|
|
|
url_telemetry: "results/telemetry.php", // path to the script that adds telemetry data to the database
|
|
|
- telemetry_extra: "" //extra data that can be passed to the telemetry through the settings
|
|
|
+ telemetry_extra: "", //extra data that can be passed to the telemetry through the settings
|
|
|
+ forceIE11Workaround: false //when set to true, it will foce the IE11 upload test on all browsers. Debug only
|
|
|
};
|
|
|
|
|
|
var xhr = null; // array of currently active xhr requests
|