We'd like to detect if a javascript script froze because we load external javascript which we have no control over.
So we'd need to terminate any long running javascript code.
In Webview1 this could be done using the LongRunningScriptDetected event.
Does webview2 have any equivalent events? I'm not able to find it.
I tried webview2.CoreWebView2.ProcessFailed but it doesn't detect the freeze.
We'd like to detect if a javascript script froze because we load external javascript which we have no control over. So we'd need to terminate any long running javascript code.
In Webview1 this could be done using the LongRunningScriptDetected event.
Does webview2 have any equivalent events? I'm not able to find it.
I tried webview2.CoreWebView2.ProcessFailed but it doesn't detect the freeze.
AB#38097345