summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/code_workeractor-worker.js
blob: 18f14864d6cfff67f90c1a886968b877313e2b23 (plain)
1
2
3
4
5
"use strict";

self.onmessage = function () {};

postMessage("load");