datacue.idl (415B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: DataCue API (https://wicg.github.io/datacue/) 5 6 [Exposed=Window] 7 interface DataCue : TextTrackCue { 8 constructor(double startTime, unrestricted double endTime, 9 any value, optional DOMString type); 10 attribute any value; 11 readonly attribute DOMString type; 12 };