mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
3 lines
61 B
JavaScript
3 lines
61 B
JavaScript
|
|
onmessage = function() {
|
||
|
|
postMessage("loaded bad file");
|
||
|
|
}
|