This commit is contained in:
tamaina
2023-05-07 18:25:11 +00:00
parent 10e1891a3c
commit c2c0d23016
2 changed files with 1 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import { render } from 'buraha';
const canvases = new Map<string, OffscreenCanvas>();
onmessage = async (event) => {
console.log(event.data);
// console.log(event.data);
if (!('id' in event.data && typeof event.data.id === 'string')) {
return;
}