port property

MessagePort port

The read-only port property of the AudioWorkletProcessor returns the associated MessagePort. It can be used to communicate between the processor and the AudioWorkletNode to which it belongs.

Note: The port at the other end of the channel is available under the AudioWorkletNode.port property of the node.

Implementation

MessagePort get port;