WebIDLpedia

PerformanceEntry interface

Definition

Performance Timeline defines PerformanceEntry



[Exposed=(Window,Worker)]
interface PerformanceEntry {
  readonly    attribute unsigned long long  id;
  readonly    attribute DOMString           name;
  readonly    attribute DOMString           entryType;
  readonly    attribute DOMHighResTimeStamp startTime;
  readonly    attribute DOMHighResTimeStamp duration;
  readonly    attribute unsigned long long  navigationId;
  [Default] object toJSON();
};

Methods and attributes that return objects implementing PerformanceEntry

Referring IDL interfaces/dictionaries

Referring specifications