Given a URL string, and tabID, is there any API that allow me to:
```browser.tabs.update(tabId, { url: URL, })`?