-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Firefox 69.0.3 annyany errors! #406
Comments
The MDN docs say that Firefox don't currently support recognition.onresult = function(event) {
...
recognition.start();
} So maybe.... putting Line 272 in 30cb1fe
https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/continuous Or you could disable if no support for Line 198 in 30cb1fe
|
Thanks a lot. I did the same as you told, & it worked :) |
Hi, no pull request ? |
Although Firefox should support the Webspeech API now, annyang gives errors!
Firefox does not supports - "recognition.continuous"
If I have debug disabled, there are no errors, but also it shows nothing!
Any fixes?
The text was updated successfully, but these errors were encountered: