Replies: 1 comment 1 reply
-
As per https://github.com/cefsharp/CefSharp/releases/tag/v88.2.90 You will need to migrate from IRequestHandler.OnResourceLoadComplete to IResourceRequestHandler.OnResourceLoadComplete See https://github.com/cefsharp/CefSharp/wiki/General-Usage#request-interception for a basic example of using the new ResourceRequestHandler implementation. In future please use https://github.com/cefsharp/CefSharp/discussions to ask questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have been using CefSharp for a few years. I extensively use IREquestHandler.OnResourceLoadComplete to intercept messages from the website to the host.
It seems that in the latest release, this is no longer working as I can't get it to trigger.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions