summaryrefslogtreecommitdiffstats
path: root/toolkit/components/url-classifier/tests/mochitest/unwantedWorker.js
blob: b4e8a47602ebfaa92a273fcc61904ca4beddc7b9 (plain)
1
2
3
4
5
/* eslint-env worker */

onmessage = function () {
  postMessage("loaded bad file");
};