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

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