mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 09:48:38 +02:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
/* eslint-env worker */
|
|
|
|
onmessage = function () {
|
|
postMessage("loaded bad file");
|
|
};
|