AudioWorkletNode is an AudioNode per the specification. AudioNodes have a channelCount attribute
https://webaudio.github.io/web-audio-api/#AudioNode-attributes however that appears to be inapplicable for the AudioWorkletNode.
I couldn't figure that out from the specification alone. I read some Stackoverflow questions and answers and rested to figure out outputChannelCount was necessary whre channelCount used to work.
It might be helpful to add a note to make it clear that channelCount is inapplicable for AudioWorkletNode, and outputChannelCount must be used to set N channels for disambiguity?
Thanks.