Definition
DataCue API defines DataCue
[Exposed=Window]
interface DataCue : TextTrackCue {
constructor(double startTime, unrestricted double endTime,
any value, optional DOMString type);
attribute any value;
readonly attribute DOMString type;
};