WebIDLpedia

TextTrackCueList interface

Definition

HTML Standard defines TextTrackCueList



[Exposed=Window]
interface TextTrackCueList {
  readonly attribute unsigned long length;
  getter TextTrackCue (unsigned long index);
  TextTrackCue? getCueById(DOMString id);
};

Methods and attributes that return objects implementing TextTrackCueList

Referring IDL interfaces/dictionaries