mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
3 lines
61 B
JavaScript
3 lines
61 B
JavaScript
onmessage = function() {
|
|
postMessage("loaded bad file");
|
|
}
|