tor-browser

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

webextensions.idl (341B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Web Extensions (https://w3c.github.io/webextensions/specification/)
      5 
      6 enum RunAt {
      7    "document_start",
      8    "document_end",
      9    "document_idle"
     10 };
     11 
     12 enum ExecutionWorld {
     13    "ISOLATED",
     14    "MAIN"
     15 };