WebIDLpedia

PerformanceObserverInit dictionary

Definition

Performance Timeline defines PerformanceObserverInit



dictionary PerformanceObserverInit {
  sequence<DOMString> entryTypes;
  DOMString type;
  boolean buffered;
};

This dictionary is extended in the following specifications:

Consolidated IDL (across partials)


dictionary PerformanceObserverInit {
  sequence<DOMString> entryTypes;
  DOMString type;
  boolean buffered;
    DOMHighResTimeStamp durationThreshold;
};

Referring IDL interfaces/dictionaries

Referring specifications