Skip to content
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

TypeError: SpeechRecognition is not a constructor #4

Open
gangasiddhi opened this issue Feb 9, 2018 · 2 comments
Open

TypeError: SpeechRecognition is not a constructor #4

gangasiddhi opened this issue Feb 9, 2018 · 2 comments

Comments

@gangasiddhi
Copy link

No description provided.

@saitejach1998
Copy link

@gangasiddhi speech recognition is only supported by Google Chrome. So it will not work on any other browser

@vonderklaas
Copy link

Found a solution, let the variable constructor be "webkitSpeechRecognition" only. This is because Google actually uses this constructor with a prefix "webkit". Try it out. As I understood, SpeechRecognition constructor is not working anymore, so go for prefix version. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants