add TODOs

This commit is contained in:
YehudaEi
2020-12-10 01:07:01 +02:00
parent fbaf10ee30
commit f01542bd65

View File

@@ -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";