mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
9dfebbc949
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: LE GOFF Vincent <g_n_s@hotmail.fr>
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
onmessage = function(e): void {
|
|
console.log(e.data);
|
|
|
|
postMessage(e.data);
|
|
|
|
workerClose();
|
|
};
|