lifetiltz
lifetiltz
TTCTheo's Typesafe Cult
Created by lifetiltz on 7/5/2023 in #questions
setTimeout with T3 stack not working. Sorry for not got GUD
also for anyone else seaching for set timeout not working in ts T3, setting it to
global.setTimeout(...
global.setTimeout(...
also works
8 replies
TTCTheo's Typesafe Cult
Created by lifetiltz on 7/5/2023 in #questions
setTimeout with T3 stack not working. Sorry for not got GUD
thanks buddy 🙂
8 replies
TTCTheo's Typesafe Cult
Created by lifetiltz on 7/5/2023 in #questions
setTimeout with T3 stack not working. Sorry for not got GUD
pardon the profanity lol Im quite depressed now, despite finding the answer myself. Ill try and read the why, then go lie down.
8 replies
TTCTheo's Typesafe Cult
Created by lifetiltz on 7/5/2023 in #questions
setTimeout with T3 stack not working. Sorry for not got GUD
so this fixed it
8 replies
TTCTheo's Typesafe Cult
Created by lifetiltz on 7/5/2023 in #questions
setTimeout with T3 stack not working. Sorry for not got GUD
window.setTimeout(() => {
generateHex();
console.log("WTTFF IS THIS SHJIT?");

}, 1000);
window.setTimeout(() => {
generateHex();
console.log("WTTFF IS THIS SHJIT?");

}, 1000);
8 replies