W3cubDocs

/Haxe JavaScript

SpeechSynthesisErrorEvent

package js.html

extends SpeechSynthesisEventEvent

@:native("SpeechSynthesisErrorEvent") Available on js

The SpeechSynthesisErrorEvent interface of the Web Speech API contains information about any errors that occur while processing SpeechSynthesisUtterance objects in the speech service.

Documentation SpeechSynthesisErrorEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Constructor

new (type:String, eventInitDict:SpeechSynthesisErrorEventInit)

Throws:

null DOMError

Variables

read only error:SpeechSynthesisErrorCode

Returns an error code indicating what has gone wrong with a speech synthesis attempt.

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SpeechSynthesisErrorEvent.html