mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Expose TextTrack.activeCues
This commit is contained in:
parent
2a7862540c
commit
69a79c7d75
3 changed files with 8 additions and 7 deletions
|
@ -19,7 +19,7 @@ interface TextTrack : EventTarget {
|
|||
attribute TextTrackMode mode;
|
||||
|
||||
readonly attribute TextTrackCueList? cues;
|
||||
// readonly attribute TextTrackCueList? activeCues;
|
||||
readonly attribute TextTrackCueList? activeCues;
|
||||
|
||||
[Throws]
|
||||
void addCue(TextTrackCue cue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue