worker.js 67 B

123
  1. this.onmessage = function (msg) {
  2. this.postMessage(msg.data);
  3. };