Closed amaitland closed 2 years ago
The migration from CefTime
to CefBaseTime
is now complete. See https://github.com/cefsharp/CefSharp/issues/4234 for details
This represents a breaking change in that previously evaluating javascript
that returned the date of 1970-01-01
would instead return DateTime.MinValue
. The correct date will now be returned.
Does the new Cefsharp effectively clear browser instances from memory when the browser is destroyed? Also is it yet possible to clear page memory cache without restarting the program? I haven't updated in a while.
Does the new Cefsharp effectively clear browser instances from memory when the browser is destroyed?
I'm not sure what you mean by this.
is it yet possible to clear page memory cache without restarting the program?
It is possible to clear the cache at runtime, see https://github.com/cefsharp/CefSharp/discussions/4169#discussioncomment-3168219
Further questions please use https://github.com/cefsharp/CefSharp/discussions
Release 106.0.x
cefsharp/106
release branchDevTools
clientAPI
API Doc
and upload to http://cefsharp.github.io/api/