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

Add onerror callback #13

Open
swissspidy opened this issue Aug 14, 2016 · 0 comments
Open

Add onerror callback #13

swissspidy opened this issue Aug 14, 2016 · 0 comments
Milestone

Comments

@swissspidy
Copy link
Owner

swissspidy commented Aug 14, 2016

Example:

recognition.onerror = function(event) {
  console.log('Speech recognition error detected: ' + event.error);
  console.log('Additional information: ' + event.message);
}

Source: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionErrorEvent

@swissspidy swissspidy added this to the 1.2.2 milestone Aug 14, 2016
@swissspidy swissspidy modified the milestones: 1.3.0, 2.0.0 Mar 17, 2021
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

1 participant