cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.84k stars 2.92k forks source link

Change Cef.IsInitialized from bool to bool? #4867

Closed amaitland closed 1 month ago

amaitland commented 3 months ago

Change to nullable to we can track the not initialized state, and true/false.

We can then provide better error messages for the Chromium process singleton #4668