SpeechSynthesisErrorEvent
interface SpeechSynthesisErrorEvent extends SpeechSynthesisEvent {
readonly error: SpeechSynthesisErrorCode;
}var SpeechSynthesisErrorEvent: {
prototype: SpeechSynthesisErrorEvent;
new (type: string, eventInitDict: SpeechSynthesisErrorEventInit): SpeechSynthesisErrorEvent;
};§Extends
§Properties
§
readonly error: SpeechSynthesisErrorCode
[src]