Function quad_url::link_open[][src]

pub fn link_open(url: &str, new_tab: bool)
Expand description

If not WASM, then open link in browser. If target is WASM, then link can be opened in the same tab, or in a new tab. But when link is opened in a new tab, browser may block it and ask user permission to do it.