WebKit2.WebInspector.prototype.get_web_view
function get_web_view(): WebKit2.WebViewBase {
// Gjs wrapper for webkit_web_inspector_get_web_view()
}
Get the WebKit2.WebViewBase used to display the inspector. This might be null if the inspector hasn't been loaded yet, or it has been closed.
- Returns
the WebKit2.WebViewBase used to display the inspector or null