Skip to content

Commit

Permalink
fix (domprops): add AudioWorkletNode params to the domprops list (#1230)
Browse files Browse the repository at this point in the history
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
0b5vr committed Jul 31, 2022
1 parent ea5dcc3 commit 5ca7d86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/domprops.js
Expand Up @@ -6021,6 +6021,7 @@ export var domprops = [
"outlineStyle",
"outlineWidth",
"outputBuffer",
"outputChannelCount",
"outputLatency",
"outputs",
"overflow",
Expand Down Expand Up @@ -6108,6 +6109,7 @@ export var domprops = [
"palette",
"pan",
"panningModel",
"parameterData",
"parameters",
"parent",
"parentElement",
Expand Down Expand Up @@ -6283,6 +6285,7 @@ export var domprops = [
"processIceMessage",
"processingEnd",
"processingStart",
"processorOptions",
"product",
"productId",
"productName",
Expand Down

0 comments on commit 5ca7d86

Please sign in to comment.