WebIDLpedia

PerformanceMark interface

Definition

User Timing Level 3 defines PerformanceMark



[Exposed=(Window,Worker)]
interface PerformanceMark : PerformanceEntry {
  constructor(DOMString markName, optional PerformanceMarkOptions markOptions = {});
  readonly attribute any detail;
};

Methods and attributes that return objects implementing PerformanceMark

Referring IDL interfaces/dictionaries