mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-30 12:19:05 +00:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
onmessage = function() {
|
|
postMessage("loaded bad file");
|
|
}
|