WebKit2.WebView::web-process-crashed
connect('web-process-crashed', function (webView, ): Boolean);
This signal is emitted when the web process crashes.
- webView
instance of WebKit2.WebView that is emitting the signal
- Returns
true to stop other handlers from being invoked for the event. false to propagate the event further.