Variable SpeechSynthesisErrorEvent
SpeechSynthesisErrorEvent: {
prototype: SpeechSynthesisErrorEvent;
new (
type: string,
eventInitDict: SpeechSynthesisErrorEventInit,
): SpeechSynthesisErrorEvent;
}
prototype: SpeechSynthesisErrorEvent;
new (
type: string,
eventInitDict: SpeechSynthesisErrorEventInit,
): SpeechSynthesisErrorEvent;
}
Type declaration
- new (
type: string,
eventInitDict: SpeechSynthesisErrorEventInit,
): SpeechSynthesisErrorEvent Parameters
- type: string
- eventInitDict: SpeechSynthesisErrorEventInit
Returns SpeechSynthesisErrorEvent
- new (
prototype: SpeechSynthesisErrorEvent