WebIDLpedia

SpeechSynthesisErrorEvent interface

Definition

Web Speech API defines SpeechSynthesisErrorEvent



[Exposed=Window]
interface SpeechSynthesisErrorEvent : SpeechSynthesisEvent {
    constructor(DOMString type, SpeechSynthesisErrorEventInit eventInitDict);
    readonly attribute SpeechSynthesisErrorCode error;
};

Methods and attributes that return objects implementing SpeechSynthesisErrorEvent