How to get the content of a url in ResourceLoadComplete?
Posted: Tue Oct 26, 2021 6:19 pm
Hi, in ResourceLoadComplete event I get the url with "request.url", but how to get the content of this url?
Thanks
Thanks
The forum for BriskBard users and CEF4Delphi / WebView4Delphi / WebUI4Delphi / WebUI4CSharp developers
http://www.briskbard.com/forum/
You can create a URL request with "request.url" as URL to get the contents. See the URLRequest demo for all the details.alpires2000 wrote: Tue Oct 26, 2021 6:19 pm Hi, in ResourceLoadComplete event I get the url with "request.url", but how to get the content of this url?