WebKit2.WebView::close
connect('close', function (webView, ): void);
Emitted when closing a WebKit2.WebView is requested. This occurs when a call is made from JavaScript's <function>window.close</function> function. It is the owner's responsibility to handle this signal to hide or destroy the WebKit2.WebView, if necessary.
- webView
instance of WebKit2.WebView that is emitting the signal