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
These lines don't do anything, because the fake AudioContext properties are copied into global scope once on initialization.
The text was updated successfully, but these errors were encountered:
Ah - good catch, I should have exempted them to avoid that shadowing.
Sorry, something went wrong.
Fix currentTime and sampleRate shadowing bug (#7)
eb0840c
Thanks John - it looks like I'd only tested property access, which was working (self.currentTime, old lint habits). This issue is now fixed in 1.1.0.
self.currentTime
No branches or pull requests
These lines don't do anything, because the fake AudioContext properties are copied into global scope once on initialization.
The text was updated successfully, but these errors were encountered: