seperated service worker zyklus and cyclist zyklus because of import constraints on service workers

This commit is contained in:
Jade (Rose) Rowland 2024-02-22 00:16:36 -05:00
parent e5570a6017
commit d544bf4665
4 changed files with 93 additions and 48 deletions

View file

@ -1,5 +1,5 @@
// eslint-disable-next-line no-undef
importScripts('./zyklus.js');
importScripts('./neozyklus.js');
function getTime() {
const precision = 10 ** 4;