add TODOs
This commit is contained in:
@@ -2,6 +2,9 @@ let serverEUrl = "http://localhost/speedtest/";
|
|||||||
let serverGUrl = "http://localhost/speedtest/blank.file";
|
let serverGUrl = "http://localhost/speedtest/blank.file";
|
||||||
let status = "";
|
let status = "";
|
||||||
|
|
||||||
|
// TODO - add onprogress event
|
||||||
|
// TODO - check 5 connection together
|
||||||
|
|
||||||
async function startTest(){
|
async function startTest(){
|
||||||
if(status == "" || status == "stop"){
|
if(status == "" || status == "stop"){
|
||||||
status = "start";
|
status = "start";
|
||||||
|
|||||||
Reference in New Issue
Block a user