made basic message passing setup

This commit is contained in:
2024-08-02 16:34:35 +05:30
parent 6db2941102
commit 25d68c3479
13 changed files with 598 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import { handleConnection } from "../core/connection/workerThread";
self.onmessage = handleConnection;