aboutsummaryrefslogtreecommitdiff
path: root/static/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/worker.js')
-rw-r--r--static/worker.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/worker.js b/static/worker.js
index 9b975db..c437532 100644
--- a/static/worker.js
+++ b/static/worker.js
@@ -65,3 +65,5 @@ self.onmessage = async (event) => {
const result = compileEval(event.data);
postMessage(await result);
};
+
+postMessage({initialReadyMessage: true});