AudioContext-only functions are still patched on BaseAudioContext
chrisguttandin opened this issue · 1 comments
chrisguttandin commented
The createMediaElementSource(), createMediaStreamSource() and createMediaStreamDestination() factory functions get still patched on the BaseAudioContext prototype. But some time ago they have been moved to the AudioContext prototype.
I think this Stack Overflow question is describing the symptom of that bug.
hoch commented
Are you interested in submitting a PR for this? :)