Search


Search something to see results

SpeechSynthesisEvent

SpeechSynthesisEvent: {
    prototype: SpeechSynthesisEvent;
    new (
        type: string,
        eventInitDict: SpeechSynthesisEventInit,
    ): SpeechSynthesisEvent;
}

Type declaration