Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SpeechSynthesisErrorCode

type SpeechSynthesisErrorCode =
| "audio-busy"
| "audio-hardware"
| "canceled"
| "interrupted"
| "invalid-argument"
| "language-unavailable"
| "network"
| "not-allowed"
| "synthesis-failed"
| "synthesis-unavailable"
| "text-too-long"
| "voice-unavailable";

§Type

§
"audio-busy" | "audio-hardware" | "canceled" | "interrupted" | "invalid-argument" | "language-unavailable" | "network" | "not-allowed" | "synthesis-failed" | "synthesis-unavailable" | "text-too-long" | "voice-unavailable"
[src]