Thank you for this work.
I'm trying to create own request by generating own url headers and request
method, but don't know where from to start, all my attempts leads to acess
violations. Please show some simple example.
My attempt:
var request: ICefRequest;
begin
request := TCefRequestRef.Create(nil);
request.Url := 'http://google.com';
Chromium1.Browser.MainFrame.LoadRequest(request);
end;
Original issue reported on code.google.com by universe...@gmail.com on 18 Feb 2011 at 9:56
Original issue reported on code.google.com by
universe...@gmail.com
on 18 Feb 2011 at 9:56