I am using Tchromium Browser in delphi 10. I want to download some files through my browser, but in tchromium on before download event, there is access violation error. did tchromium support jquery library or not.
for eg.
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
Chromium1.Load('http://download.com.np/index.php?option=xkx6MYC9Plxn1kFlPjfu5IMwegPILTeROMdQgdOqPcg&file=ngpmuiWPxE5a96_d-tQgqHnOz7sOpXrVmXoI_KKMKqE');
end;
this is download link. but tchromium is not able to download the file. anything wrong done by me??