▲ 67 ▼ ich🖍️iel (feddit.org) submitted 2 years ago by TaionTheTram@feddit.org to c/ich_iel@feddit.org 8 comments fedilink hide all child comments
[–] nichtburningturtle@feddit.org 19 points 2 years ago Kriminelle Energie!!! permalink fedilink source
[–] instantnudel@feddit.org 17 points 2 years ago (1 child) ach wegen dir sind alle server down. Du hast es kapput gemacht permalink fedilink source hideshow 2 child comments replies: [–] TaionTheTram@feddit.org [S] 9 points 2 years ago (1 child) Die Macht war einfach zu groß, nicht mehr zu kontrollieren permalink fedilink source parent hideshow 2 child comments replies: [–] EunieIsTheBus@feddit.de 3 points 2 years ago* Mit großer Macht kommt große Verantwortung permalink fedilink source parent
[–] TaionTheTram@feddit.org [S] 9 points 2 years ago (1 child) Die Macht war einfach zu groß, nicht mehr zu kontrollieren permalink fedilink source parent hideshow 2 child comments replies: [–] EunieIsTheBus@feddit.de 3 points 2 years ago* Mit großer Macht kommt große Verantwortung permalink fedilink source parent
[–] EunieIsTheBus@feddit.de 3 points 2 years ago* Mit großer Macht kommt große Verantwortung permalink fedilink source parent
[–] aaaaaaaaargh@feddit.org 7 points 2 years ago (1 child) Massive Manipulation! permalink fedilink source hideshow 2 child comments replies: [–] connaisseur@feddit.org 3 points 2 years ago Seehofer startet den Gehäck-Zurück permalink fedilink source parent
[–] connaisseur@feddit.org 3 points 2 years ago Seehofer startet den Gehäck-Zurück permalink fedilink source parent
[–] bleistift2@sopuli.xyz 2 points 2 years ago Ich frage mich echt, wie man diesen Cooldown so verkacken kann. const MAX_QUOTA = 6 const COOLDOWN_PERIOD_MS = 30000 let quota = 0 let interval = null function regrow() { if (quota >= MAX_QUOTA) { clearInterval(interval) interval = null return } quota++ } function onClick() { if (quota <= 0) { return } fetch(/**/) .then((res) => { if (!res.ok) { return Promise.reject(res) } quota-- if (!interval) { regrow() } }) } interval = setInterval(regrow, COOLDOWN_PERIOD_MS) permalink fedilink source
all 8 comments