mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
4 lines
55 B
JavaScript
4 lines
55 B
JavaScript
onmessage = function(e) {
|
|
postMessage('worker');
|
|
};
|
|
|