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

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