package js.html
extends SpeechSynthesisEvent › Event
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:
new(type:String, eventInitDict:SpeechSynthesisErrorEventInit)
Throws:
null |
DOMError |
---|
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