CefSharp Javascript registration and execution is not working in Release 79.1.36
问题 I tried to upgrade CefSharp from Version 69.0.0.0 to 79.1.36. I could not get the Javascript interaction working. The registration changed from this.Browser.RegisterJsObject to this.Browser.JavascriptObjectRepository.Register according to https://github.com/cefsharp/CefSharp/issues/2990. When I execute EvaluateScriptAsync, I get a response back with Status Canceled. Trying to understand how to implement it correctly, I examined the CefSharp.WpfExample and noticed that the Javascript