AudioWorkletProcessor: port property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
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
Specification |
---|
Web Audio API # dom-audioworkletprocessor-port |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
port |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.