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.

loadTabs

loadTabs( uris, loadInBackground, replace )
loadTabs( uris, params )
Return type: no return value
Loads a set of URIs, specified by the array uris, into tabs. If loadInBackground is true, the tabs are loaded in the background, and if replace is true, the currently displayed tabs are replaced with the specified URIs instead of adding new tabs. The properties of params are following:
  • boolean inBackground
  • boolean replace
  • boolean allowThirdPartyFixup
  • tab targetTab
  • number newIndex
  • object postDatas
  • number userContextId

Document Tags and Contributors

 Contributors to this page: arai, Sheppy, Marsf
 Last updated by: arai,