This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
HTML5 Speedtest v4.3.2 | |
by Federico Dossena | |
https://github.com/adolfintel/speedtest/ | |
GNU LGPLv3 License | |
*/ | |
// data reported to main thread | |
var testStatus = 0 // 0=not started, 1=download test, 2=ping+jitter test, 3=upload test, 4=finished, 5=abort/error | |
var dlStatus = '' // download speed in megabit/s with 2 decimal digits |