Skip to main content
Module

x/evt/mod.ts>dom.SpeechGrammarList

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

Properties

readonly
length: number

Methods

addFromString(string: string, weight?: number): void
addFromURI(src: string, weight?: number): void
item(index: number): SpeechGrammar