On this page

Variable SpeechSynthesisErrorEvent

SpeechSynthesisErrorEvent: {
    prototype: SpeechSynthesisErrorEvent;
    new (
        type: string,
        eventInitDict: SpeechSynthesisErrorEventInit,
    ): SpeechSynthesisErrorEvent;
}

Type Declaration

Was this helpful?
SDK JS
Reference
SpeechSynthesisErrorEvent