1 2 3 4 5 6
postMessage("initial message"); onmessage = ({ data }) => { postMessage({ received: data, }); };