WebIDLpedia

InterventionReportBody dictionary

Definition

Intervention Reporting defines InterventionReportBody

dictionary InterventionReportBody : ReportBody {
  DOMString id;
  DOMString message;
  DOMString? sourceFile;
  unsigned long? lineNumber;
  unsigned long? columnNumber;
};