tor-browser

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

crash-reporting.idl (352B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Crash Reporting (https://wicg.github.io/crash-reporting/)
      5 
      6 dictionary CrashReportBody : ReportBody {
      7  DOMString reason;
      8  DOMString stack;
      9  boolean is_top_level;
     10  DocumentVisibilityState visibility_state;
     11 };