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.

Custom response

Post Reply
bullsito
Posts: 32
Joined: Sun Dec 13, 2020 4:19 pm

Custom response

Post by bullsito »

is it posible to send a String as a response on the event onLoadEnd or onResourceResponse
so will replace the contents ?

Thanks again.
User avatar
salvadordf
Posts: 4580
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Custom response

Post by salvadordf »

That's not possible but perhaps these demos can be helpful for you :
  • ResponseFilterBrowser : This demo can replace downloaded contents like images or strings.
  • CustomResourceBrowser : This demo can show custom contents using a TCustomResourceHandler class that inherites from TCefResourceHandlerOwn
Post Reply