tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

intervention-reporting.idl (388B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Intervention Reporting (https://wicg.github.io/intervention-reporting/)
      5 
      6 dictionary InterventionReportBody : ReportBody {
      7  DOMString id;
      8  DOMString message;
      9  DOMString? sourceFile;
     10  unsigned long? lineNumber;
     11  unsigned long? columnNumber;
     12 };