Source code
Revision control
Copy as Markdown
Other Tools
// Just for the purpose of accessing the browser object, we define the tab.
// This should be removed once the tab is defined globally.
declare class MozTabbrowserTab {
linkedBrowser: XULBrowserElement;
}