Skip to content

Commit 5ca7d86

Browse files
authored
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
1 parent ea5dcc3 commit 5ca7d86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/domprops.js

+3
Original file line numberDiff line numberDiff line change
@@ -6021,6 +6021,7 @@ export var domprops = [
60216021
"outlineStyle",
60226022
"outlineWidth",
60236023
"outputBuffer",
6024+
"outputChannelCount",
60246025
"outputLatency",
60256026
"outputs",
60266027
"overflow",
@@ -6108,6 +6109,7 @@ export var domprops = [
61086109
"palette",
61096110
"pan",
61106111
"panningModel",
6112+
"parameterData",
61116113
"parameters",
61126114
"parent",
61136115
"parentElement",
@@ -6283,6 +6285,7 @@ export var domprops = [
62836285
"processIceMessage",
62846286
"processingEnd",
62856287
"processingStart",
6288+
"processorOptions",
62866289
"product",
62876290
"productId",
62886291
"productName",

0 commit comments

Comments
 (0)