Skip to main content
variable SpeechSynthesisErrorEvent
import { SpeechSynthesisErrorEvent } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

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