Telemetry stuff
This commit is contained in:
parent
a869de02a2
commit
153e313a53
2 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ this.addEventListener('message', function (e) {
|
|||
runNextTest()
|
||||
}
|
||||
if (params[0] === 'abort') { // abort command
|
||||
tverb('manually aborted')
|
||||
tlog('manually aborted')
|
||||
clearRequests() // stop all xhr activity
|
||||
runNextTest=null;
|
||||
if (interval) clearInterval(interval) // clear timer if present
|
||||
|
|
2
speedtest_worker.min.js
vendored
2
speedtest_worker.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue