WebKit2.WebInspector::closed

connect('closed', function (webInspector, ): void);
  

Emitted when the inspector page is closed. If you are using your own inspector window, you should connect to this signal and destroy your window.

webInspector

instance of WebKit2.WebInspector that is emitting the signal