import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/index.ts";
const { TextTrackCueList } = dom;
Index Signatures
index: number]: TextTrackCue
[Methods
getCueById(id: string): TextTrackCue
item(index: number): TextTrackCue
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/index.ts";
const { TextTrackCueList } = dom;