WebIDLpedia

ProfilerFrame dictionary

Definition

JS Self-Profiling API defines ProfilerFrame



dictionary ProfilerFrame {
  required DOMString name;
  unsigned long long resourceId;
  unsigned long long line;
  unsigned long long column;
};

Referring IDL interfaces/dictionaries