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
I am trying to debug stuff on Safari using playwright - 18.2 Safari/605.1.15, on a Windows machine.
Tone.js 15.1.3 added in HTML as a regular script.
I get the error: param must be audioParam
param must be audioParam
Minimal code that triggers the error: new Tone.Synth() (this is the whole code)
new Tone.Synth()
Try it: https://codepen.io/eyaler/pen/NPKbBPw (issue is reproduced also outside of codepen)
No issue on firefox / chrome / playwright+chrome.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to debug stuff on Safari using playwright - 18.2 Safari/605.1.15, on a Windows machine.
Tone.js 15.1.3 added in HTML as a regular script.
I get the error:
param must be audioParam
Minimal code that triggers the error:
new Tone.Synth()
(this is the whole code)Try it: https://codepen.io/eyaler/pen/NPKbBPw (issue is reproduced also outside of codepen)
No issue on firefox / chrome / playwright+chrome.
The text was updated successfully, but these errors were encountered: