aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/util/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/util/worker.js')
-rw-r--r--src/frontend/util/worker.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/frontend/util/worker.js b/src/frontend/util/worker.js
deleted file mode 100644
index e50743a..0000000
--- a/src/frontend/util/worker.js
+++ /dev/null
@@ -1,6 +0,0 @@
-onmessage = function(e)
-{
- if(e.data.work === "sleep") {
- setTimeout(() => postMessage("done"), e.data.time);
- }
-}; \ No newline at end of file