You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NavigationEntry is currently a struct, which was fine before as the data was simple and it made memory management quite simple, no wrapping of an unmanaged object as all values were read into the struct.
Now that CefNavigationEntry::GetSSLStatus has been added, does it make sense for NavigationEntry to be a vc++ class that wraps CefNavigationEntry? Thought required.
CEF
has added support in the latest branch (a long time before this will be visible inCefSharp
).https://bitbucket.org/chromiumembedded/cef/commits/c83b6a1
Will be available as part of the
55
release.The text was updated successfully, but these errors were encountered: