function handleMessage (req) {
// if (req.message === 'ping') {
sendMessage(req)
// {message: 'pong', body: 'hello from nodejs app'}
// }
}
port.postMessage(new Array(13107))
function handleMessage (req) {
// if (req.message === 'pong') {
// console.log(req)
// }
console.log(req);
}
Notice the message is not sent to the browser.