We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819a2ff commit 580d3e3Copy full SHA for 580d3e3
testing/web-platform/tests/interfaces/webaudio.idl
@@ -568,7 +568,8 @@ interface AudioParamMap {
568
569
[Exposed=Window,
570
SecureContext,
571
- Constructor (BaseAudioContext context, DOMString name, optional AudioWorkletNodeOptions options)]
+ Constructor (BaseAudioContext context, DOMString name,
572
+ optional AudioWorkletNodeOptions options)]
573
interface AudioWorkletNode : AudioNode {
574
readonly attribute AudioParamMap parameters;
575
readonly attribute MessagePort port;
0 commit comments