mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-20 22:18:32 +00:00
5 lines
55 B
JavaScript
5 lines
55 B
JavaScript
onmessage = function(e) {
|
|
postMessage('worker');
|
|
};
|
|
|