WebIDLpedia

TimeRanges interface

Definition

HTML Standard defines TimeRanges



[Exposed=Window]
interface TimeRanges {
  readonly attribute unsigned long length;
  double start(unsigned long index);
  double end(unsigned long index);
};

Methods and attributes that return objects implementing TimeRanges

Referring IDL interfaces/dictionaries

Referring specifications