Performance.idl 151 B

123456
  1. interface Performance : EventTarget {
  2. double now();
  3. readonly attribute double timeOrigin;
  4. readonly attribute PerformanceTiming timing;
  5. };