WebKit2.WebInspector.prototype.get_can_attach

function get_can_attach(): Boolean {
    // Gjs wrapper for webkit_web_inspector_get_can_attach()
}
  

Whether the inspector can be attached to the same window that contains the inspected view.

Since 2.8

Returns

true if there is enough room for the inspector view inside the window that contains the inspected view, or false otherwise.