pub fn load_url_tab(tab_id: TabId, url: &str) -> WuiResult<()>Expand description
Load a URL in a tab NOTE: Loading a tab is potentially infinitely complex depending on your setup, the page location, networking and reroute conditions. Make sure you know what you are loading. I.g. it’s a good idea to load a local file.