diff --git a/service.js b/service.js index 1747f7b..d9b83d6 100644 --- a/service.js +++ b/service.js @@ -2,6 +2,9 @@ let serverEUrl = "http://localhost/speedtest/"; let serverGUrl = "http://localhost/speedtest/blank.file"; let status = ""; +// TODO - add onprogress event +// TODO - check 5 connection together + async function startTest(){ if(status == "" || status == "stop"){ status = "start";