Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
I may be asking a lot, but it wouldn't hurt to return the browser's "ReCreate" function for re-creation without restarting the app. Or is it no longer possible?
It's not possible to bring back the old TChromium.ReCreateBrowser procedure because it's necessary to follow the browser destruction steps to avoid crashes.
However, you can use the code in the demos that use frames to create and destroy browsers easily.
It is not difficult to change it as it turned out but how to return it to the default? I will certainly update and look, but it is interesting now)
I haven't figured out how to use get and get the result yet(
Last edited by dilfich on Sun Jul 05, 2020 10:34 am, edited 1 time in total.
There are many new methods in the DevTools protocol that we can use now. It's tempting to add as many as possible but many of them are marked as "experimental" or "deprecated" which means that maintaining all DevTool methods in CEF4Delphi could be a little nightmare.