mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-07-04 06:18:52 +00:00
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
onmessage = function(event) {
|
|
postMessage(event.data);
|
|
};
|