W3cubDocs

/Haxe JavaScript

SpeechSynthesisErrorEvent

package js.html

extends SpeechSynthesisEventEvent

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 also:

Constructor

new(type:String, eventInitDict:SpeechSynthesisErrorEventInit)

Throws:

null

DOMError

Variables

read onlyerror:SpeechSynthesisErrorCode

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

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