Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (domprops): add AudioWorkletNode params to the domprops list (#1230)
These are properties of AudioWorkletNode constructor options: - `outputChannelCount` - `parameterData` - `processorOptions` See: https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletNode/AudioWorkletNode
- Loading branch information