echo-worker.js (77B)
1 "use strict"; 2 3 self.onmessage = ({ data }) => { 4 self.postMessage(data); 5 };