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.

Only javascript in chromium

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Only javascript in chromium

Post by salvadordf »

Hi,

If you only need to execute JavaScript without a browser you can use these projects instead of CEF4Delphi :
https://github.com/zolagiggszhou/v8delphiwrapper
https://github.com/tondrej/chakracore-delphi

If you already use CEF4Delphi in your application you can create a TChromium at run-time, call TChromium.CreateBrowser and wait for the TChromium.OnAfterCreated event before calling TChromium.ExecuteJavaScript
Post Reply