Firefox Tomorrow

web api instance property

AudioWorkletProcessor: port property

View on MDN ↗

The read-only port property of the AudioWorkletProcessor interface 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 port property of the node.

Value

The MessagePort object that is connecting the AudioWorkletProcessor and the associated AudioWorkletNode.

Examples

See AudioWorkletNode.port for example code.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also