Liking cljdoc? Tell your friends :D
ClojureScript only.

web.speech.SpeechSynthesisErrorEvent

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.
raw docstring

errorcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close