spec/fixtures/workers/worker.js (3 lines of code) (raw):

this.onmessage = function (msg) { this.postMessage(msg.data); };