mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
Fixed a typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user