dosse91 6 лет назад
Родитель
Сommit
c95cfb10be
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      speedtest_worker.js

+ 1 - 1
speedtest_worker.js

@@ -130,7 +130,7 @@ this.addEventListener("message", function(e) {
 						// ff more precise with 1 upload stream
 						settings.xhr_ulMultistream = 1;
 					}
-					if (typeof s.xhr_ulMultistream === "undefined") {
+					if (typeof s.ping_allowPerformanceApi === "undefined") {
 						// ff performance API sucks
 						settings.ping_allowPerformanceApi = false;
 					}