tor-browser

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

mozTabbrowserTab.d.ts (200B)


      1 // Just for the purpose of accessing the browser object, we define the tab.
      2 // This should be removed once the tab is defined globally.
      3 declare class MozTabbrowserTab {
      4  linkedBrowser: MozBrowser;
      5 }