mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-01 16:58:12 +02:00
3 lines
63 B
JavaScript
3 lines
63 B
JavaScript
onmessage = function () {
|
|
postMessage("loaded bad file");
|
|
};
|