How to handle EO.Base.Runtime.Exception?
It sometimes gives us the 'Channel Disconnected Error' error.
I tried this:
Quote: EO.Base.Runtime.EnableCrashReport = false;
EO.Base.Runtime.Exception += (sender, args) => { };
is that right? and How to bind this to EO.WebEngine or EO.WebBrowser. I did not found any pure documentation about this.