We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://webaudio.github.io/web-audio-api/#dom-audioworkletprocessor-audioworkletprocessor step 5 constructs a subclass of AudioWorkletProcessor, which will call into the AudioWorkletProcessor constructor (via super), which will land in these steps again, etc.
AudioWorkletProcessor
super
This looks like it was introduced in #2005 but the new setup looks completely broken to me...
The text was updated successfully, but these errors were encountered:
@hoch
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://webaudio.github.io/web-audio-api/#dom-audioworkletprocessor-audioworkletprocessor step 5 constructs a subclass of
AudioWorkletProcessor
, which will call into theAudioWorkletProcessor
constructor (viasuper
), which will land in these steps again, etc.This looks like it was introduced in #2005 but the new setup looks completely broken to me...
The text was updated successfully, but these errors were encountered: