()
| 166 | } |
| 167 | |
| 168 | function testConnectionSpeed() { |
| 169 | $("#connection").text(`${randomInteger(70, 100)}.${randomInteger(0, 9)} MB/s`) |
| 170 | } |
| 171 | setInterval(testConnectionSpeed, randomInteger(1000, 1200)) |
| 172 | |
| 173 | function getOS() { |
nothing calls this directly
no test coverage detected