WebView.addOnWebProcessCrashed

This signal is emitted when the web process crashes.

More...
class WebView
gulong
addOnWebProcessCrashed
(
bool delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Return Value

Type: gulong

%TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.

Detailed Description

Deprecated: Use WebKitWebView::web-process-terminated instead.

Meta