The SpeechSynthesisErrorEvent interface of the Web Speech API
information about any errors that occur while processing web.speech.SpeechSynthesisUtterance
in the speech service.
The SpeechSynthesisErrorEvent interface of the Web Speech API information about any errors that occur while processing `web.speech.SpeechSynthesisUtterance` in the speech service.
(error this)
Property.
[Read Only] [Experimental]
The error property of the web.speech.SpeechSynthesisErrorEvent
returns an error code indicating what has gone wrong with a speech
attempt.
myError = event.error;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisErrorEvent/error
Property. [Read Only] [Experimental] The error property of the `web.speech.SpeechSynthesisErrorEvent` returns an error code indicating what has gone wrong with a speech attempt. `myError = event.error;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisErrorEvent/error`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close