port1 property

MessagePort get port1

The port1 read-only property of the MessageChannel interface returns the first port of the message channel — the port attached to the context that originated the channel.

Implementation

external MessagePort get port1;