worker.js 65 B

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