-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
Needs EditsDecision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/
Description
Describe the issue
The constructor algorithm says:
- If context is not an AudioContext, throw an NotSupportedError and abort these steps.
- Initialize the AudioNode this, with c and option as arguments.
c
isn't defined anywhere. This was probably supposed to be context
, which is the name of the argument given to the constructor.
Where Is It
See https://webaudio.github.io/web-audio-api/#MediaStreamAudioDestinationNode-constructors
Additional Information
This also happens for the other Media nodes, and is also mentioned in the audio node constructor algorithm in step 4 in https://webaudio.github.io/web-audio-api/#AudioNode-creation. c
is undefined there as well.
Metadata
Metadata
Assignees
Labels
Needs EditsDecision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/