pub fn destroy_current_webview(webtag: &WebTag)Expand description
Destroy whichever WebView is currently registered for this logical tag.
Callers which own a concrete WebView should prefer
destroy_webview_if_matches so delayed teardown cannot destroy a
replacement which reused the tag.