Added setTimeout and setInterval as WebWorkers

This commit is contained in:
Jonas Kappa
2025-11-11 09:32:01 +01:00
parent 1110280899
commit fb00b308f8
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
<div>Laufendes Interval: <span id="interval"></span></div>
<div id="timer">00:00:00</div>
</div>
<script src="HackTimer.min.js"></script>
<script src="index.js"></script>
</body>
</html>