Skip to main content
Module

x/evt/mod.ts>dom.SpeechRecognitionEventMap

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.SpeechRecognitionEventMap
import { type dom } from "https://deno.land/x/evt@v2.5.0/mod.ts";
const { SpeechRecognitionEventMap } = dom;

Properties

audioend: Event
audiostart: Event
end: Event
error: Event
nomatch: SpeechRecognitionEvent
result: SpeechRecognitionEvent
soundend: Event
soundstart: Event
speechend: Event
speechstart: Event
start: Event