@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SpeechSynthesisErrorEvent")
public class SpeechSynthesisErrorEvent
extends SpeechSynthesisEvent
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
SpeechSynthesisErrorEvent(java.lang.String type,
SpeechSynthesisErrorEventInit eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
error()
The error property of the SpeechSynthesisErrorEvent interface returns an error code indicating what has gone wrong with a speech synthesis attempt.
|
charIndex, charLength, elapsedTime, name, utterancebubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic SpeechSynthesisErrorEvent(@Nonnull
java.lang.String type,
@Nonnull
SpeechSynthesisErrorEventInit eventInitDict)
@JsProperty(name="error") @Nonnull @SpeechSynthesisErrorCode public java.lang.String error()