WebKit2.WebInspector.prototype.get_inspected_uri
function get_inspected_uri(): String { // Gjs wrapper for webkit_web_inspector_get_inspected_uri() }
Get the URI that is currently being inspected. This can be null if nothing has been loaded yet in the inspected view, if the inspector has been closed or when inspected view was loaded from a HTML string instead of a URI.
- Returns
the URI that is currently being inspected or null