import { type dom } from "https://deno.land/x/evt@v2.4.7/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.4.7/lib/index.ts";
const { TextTrackCueList } = dom;