made basic message passing setup
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { handleConnection } from "../core/connection/workerThread";
|
||||
|
||||
self.onmessage = handleConnection;
|
||||
Reference in New Issue
Block a user