Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

closeTab

The BrowserApp object is only available to privileged code running on Firefox for Android, and is intended for use by Firefox for Android add-ons.

Summary

BrowserApp.closeTab(tab) closes the supplied tab. If no other tabs are open, then the tab is not closed.

Syntax

window.BrowserApp.closeTab(tab);

tab
The tab to close, represented as a Tab object.

Example

This code closes the currently selected tab:

window.BrowserApp.closeTab(window.BrowserApp.selectedTab);

See Also

Document Tags and Contributors

 Contributors to this page: wbamberg
 Last updated by: wbamberg,