Results 1 - 2 of 2

SharedWorker.port

The port property of the SharedWorker interface returns a MessagePort object used to communicate and control the shared worker.
API port Property Reference SharedWorker Web Workers

MessageChannel.port2

The port2 read-only property of the MessageChannel interface returns second port of the message channel, the port attached to the context at the other end of the channel, which the message is initially sent to.
API Channel messaging HTML5 MessageChannel port2 Property Reference