Skip to content
New issue

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

AudioWorkletProcessor constructor leads to infinite recursion #2021

Closed
bzbarsky opened this issue Aug 8, 2019 · 1 comment · Fixed by #2022
Closed

AudioWorkletProcessor constructor leads to infinite recursion #2021

bzbarsky opened this issue Aug 8, 2019 · 1 comment · Fixed by #2022

Comments

@bzbarsky
Copy link

bzbarsky commented Aug 8, 2019

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.

This looks like it was introduced in #2005 but the new setup looks completely broken to me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant