mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
8 lines
94 B
TypeScript
8 lines
94 B
TypeScript
![]() |
onmessage = function(e) {
|
||
|
console.log(e.data);
|
||
|
|
||
|
postMessage(e.data);
|
||
|
|
||
|
workerClose();
|
||
|
};
|