Also related to Webview2, when running an application like the webview sample, the following warning is shown in the debug window:
Warning: AddWebResourceRequestedFilter without SourceKind parameter is deprecated! It does not behave as expected for iframes.Please use AddWebResourceRequestedFilterWithRequestSourceKinds instead. For more information, please see https://go.microsoft.com/fwlink/?linkid=2286319
This will require changing the
ICoreWebView2_2
interface toICoreWebView2_22
, which probably isn't trivial. But anyway, the first step to fixing this is updating the WebView2 that we download to at least 1.0.2365.46 (AddWebResourceRequestedFilterWithRequestSourceKinds's requirement).
Originally posted by @Blake-Madden in #25815
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.