Interface representing a browser tab.
Load a new URI into this browser tab.
aURI | The uri to load into the browser tab |
Give focus to this browser tab, and bring it to the front.
Close the browser tab. This may not actually close the tab
as script may abort the close operation.
Moves this browser tab before another browser tab within the window.
aBefore | The tab before which the target tab will be moved |
Move this browser tab to the last tab within the window.
The current uri of this tab.
The current index of this tab in the browser window.
The browser window that is holding the tab.
The content document of the browser tab.
The events object for the browser tab.
supports: “load”