Given a URL string, and tabID can I initiate a connection

Given a URL string, and tabID,
is there any API that allow me to:

  1. add the URL to the address bar,
  2. connect to the URL?

```browser.tabs.update(tabId, { url: URL, })`?