summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/datacue.idl
blob: f84d6e9b5f1dd4a13dbe406c7cec1ce86e160ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: DataCue API (https://wicg.github.io/datacue/)

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