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
onend
Is your feature request related to a problem? Please describe. The end event is messy in Safari.
end
Describe the solution you'd like By adding window. before the variable utterance it works perfectly in Safari.
window.
utterance
I worked on it in a fork, if you think it can be helpful, I will love to contribute.
The text was updated successfully, but these errors were encountered:
Hey @alexlana thank your for reporting. Can you please specify the line of the code, where utterance exists? => https://github.com/jankapunkt/easy-speech/blob/master/src/EasySpeech.js
=>
Of course, I would be very pleased to see a pull request on this.
Sorry, something went wrong.
@alexlana where do you actually put window in front of utterance?
window
alexlana
No branches or pull requests
Is your feature request related to a problem? Please describe.
The
end
event is messy in Safari.Describe the solution you'd like
By adding
window.
before the variableutterance
it works perfectly in Safari.I worked on it in a fork, if you think it can be helpful, I will love to contribute.
The text was updated successfully, but these errors were encountered: