Skip to main content
Module

x/evt/mod.ts>dom.SpeechSynthesisErrorCode

💧EventEmitter's typesafe replacement
Go to Latest
type alias dom.SpeechSynthesisErrorCode
import { type dom } from "https://deno.land/x/evt@v2.4.13/mod.ts";
const { SpeechSynthesisErrorCode } = dom;
definition:
| "audio-busy"
| "audio-hardware"
| "canceled"
| "interrupted"
| "invalid-argument"
| "language-unavailable"
| "network"
| "not-allowed"
| "synthesis-failed"
| "synthesis-unavailable"
| "text-too-long"
| "voice-unavailable"