Source code
Revision control
Copy as Markdown
Other Tools
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
[Exposed=Window]
interface DataCue : TextTrackCue {
constructor(double startTime, unrestricted double endTime,
any value, optional DOMString type);
attribute any value;
readonly attribute DOMString type;
};