WebIDLpedia

ProfilerStack dictionary

Definition

JS Self-Profiling API defines ProfilerStack



dictionary ProfilerStack {
  unsigned long long parentId;
  required unsigned long long frameId;
};

Referring IDL interfaces/dictionaries