summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/WorkerDebuggerGlobalScope.reportError_childWorker.js
blob: e73af68c7814c48d12e8c69bfd0a6c7fa064a182 (plain)
1
2
3
4
5
"use strict";

self.onerror = function() {
  postMessage("error");
};