Skip to content

Commit ee1b2bf

Browse files
committed
Fix WebAudio#2240: Align with Web IDL specification
This builds on PR WebAudio#2238 by applying everything done there and also fixing the bikeshed error about `void` not existing. These are replaced by `undefined`.
1 parent a9c900f commit ee1b2bf

File tree

2 files changed

+61
-65
lines changed

2 files changed

+61
-65
lines changed

expected-errs.txt

-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@ LINE: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(
1010
LINE: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
1111
LINE: Can't find the 'input' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
1212
LINE: Can't find method '['AudioWorkletProcessor/process(inputs, outputs, parameters))']'.
13-
LINK ERROR: No 'idl-name' refs found for 'void'.
14-
<a class="n" data-link-type="idl-name" data-lt="void">void</a>
15-
LINK ERROR: No 'idl' refs found for 'void'.
16-
{{void}}
1713
LINE: No 'idl' refs found for 'process(inputs, outputs, parameters))'.
1814
✔ Successfully generated, but fatal errors were suppressed

0 commit comments

Comments
 (0)