Skip to content

Commit

Permalink
fix: domprops, add missing AudioWorkletNode properties
Browse files Browse the repository at this point in the history
Also made a PR to terser: terser/terser#1230
  • Loading branch information
0b5vr committed Jul 26, 2022
1 parent ac178e8 commit 8df7686
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions domprops.ts
Expand Up @@ -6027,6 +6027,7 @@ export const domprops = [
"outlineStyle",
"outlineWidth",
"outputBuffer",
"outputChannelCount",
"outputLatency",
"outputs",
"overflow",
Expand Down Expand Up @@ -6114,6 +6115,7 @@ export const domprops = [
"palette",
"pan",
"panningModel",
"parameterData",
"parameters",
"parent",
"parentElement",
Expand Down Expand Up @@ -6289,6 +6291,7 @@ export const domprops = [
"processIceMessage",
"processingEnd",
"processingStart",
"processorOptions",
"product",
"productId",
"productName",
Expand Down

0 comments on commit 8df7686

Please sign in to comment.