[scriptable, uuid(3073ceff-777c-41ce-9ace-ab37268147c1)]
Attributes
The content document of the browser tab.
The events object for the browser tab. supports: "load"
Interface representing a browser tab. The current uri of this tab.
The browser window that is holding the tab.
Methods
Close the browser tab. This may not actually close the tab as script may abort the close operation.
Load a new URI into this browser tab.
@param aURI
The uri to load into the browser tab
Moves this browser tab before another browser tab within the window.
@param aBefore
The tab before which the target tab will be moved
