Alex Maitland
Alex Maitland
> pecifically, if I run my website within the [CefSharp.WinForms.Example](https://github.com/cefsharp/CefSharp/tree/master/CefSharp.WinForms.Example) project, I can inconsistently reproduce an issue where my SetCookie response (triggered from a fetch request within an unload or...
> Naively, I tried replacing the call to `control.Dispose` there with `control.Browser.GetBrowserHost().CloseBrowser(false)`. Is that what you had in mind for deferring the Dispose? Pretty much. Stop the tab from closing...
Released is currently blocked on https://github.com/chromiumembedded/cef/issues/3717
This version will change to using the `Chrome bootstrap` by default #4835
> Released is currently blocked on [chromiumembedded/cef#3717](https://github.com/chromiumembedded/cef/issues/3717) This is reportedly fixed, waiting for a new build to become available.
- https://github.com/chromiumembedded/cef/issues/3720 - #4847
- https://github.com/chromiumembedded/cef/issues/3750 - https://github.com/chromiumembedded/cef/issues/3749 - https://github.com/chromiumembedded/cef/issues/3726 - https://github.com/chromiumembedded/cef/issues/3740 - https://github.com/chromiumembedded/cef/issues/3739
> * cefsharp 126.2.7 disable-pdf-extension Invalid cefsharp 125.0.210 disable-pdf-extension normal chromiumembedded/cef#3739 The disable-pdf-extension flag is not supported with Chrome bootstrap. The same behaviour can be achieved via setting the `plugins.always_open_pdf_externally`...
> I'm doing that correctly, yes? Your code looks fine, likely it's a bug. `querySelectorAll` returns a `NodeList` and there's currently no mapping for that yet. The other `QuerySelectorAllAsync` methods...
We should fix the current implementation.