-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
CEF is removing the Alloy Bootstrap (#4795) in M128.
In M126 we will switch to using the Chrome Bootstrap by default.
For a limited time you will be able to revert to using the Alloy bootstrap by setting CefSettings.ChromeRuntime to false.
cefSettings.ChromeRuntime = false;
Important
If you discover an issue with the Chrome Bootstrap then you need to raise the issue on the CEF ISSUE TRACKER
https://github.com/chromiumembedded/cef/issues
Please post a link in #4795 for reference, don't create an issue in this repository.
jozefizso