Skip to main content
Module

x/evt/mod.ts>dom.TextTrackCueList

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

Index Signatures

[index: number]: TextTrackCue

Properties

readonly
length: number

Methods

getCueById(id: string): TextTrackCue
item(index: number): TextTrackCue