electron/spec/fixtures/workers/worker.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
67 B
JavaScript
Raw Normal View History

2016-03-25 20:03:49 +00:00
this.onmessage = function (msg) {
this.postMessage(msg.data);
};