You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address #2185: Fix duplicated IDs for decode callbacks (#2253)
* Address #2185: Duplicate IDs for Decode callbacks
The decode callbacks were multiply defining their arguments. Instead,
just have the descriptions of the arguments just link back to the IDL
that defines the args.
* Update expected errors
Copy file name to clipboardExpand all lines: expected-errs.txt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,3 @@
1
-
WARNING: Multiple elements have the same ID 'dom-decodeerrorcallback-error'.
2
-
Deduping, but this ID may not be stable across revisions.
3
-
WARNING: Multiple elements have the same ID 'dom-decodesuccesscallback-decodeddata'.
4
-
Deduping, but this ID may not be stable across revisions.
5
1
LINE: Can't find the 'contextOptions' argument of method 'OfflineAudioContext/constructor(numberOfChannels, length, sampleRate)' in the argumentdef block.
6
2
LINE: Can't find the 'destinationNode' argument of method 'AudioNode/connect(destinationParam, output)' in the argumentdef block.
7
3
LINE: Can't find the 'input' argument of method 'AudioNode/connect(destinationParam, output)' in the argumentdef block.
0 commit comments