You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • or like this ;-)

    testing = true ; // false;
    
    .....
    
    // upload start or save
    if (testing) {
            setTimeout(() => { onInit(); }, 1E3);
    } else {
            setTimeout(() => { save(); }, 1E3);
    }
    
About

Avatar for MaBe @MaBe started