feat: begin building worker

This commit is contained in:
鲁树人
2023-05-08 16:23:46 +01:00
parent 7a12d6c6a1
commit 5e09de5991
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
onmessage = (e) => {
console.log(e.data);
};