Replies: 1 comment 1 reply
-
Yeah this doc doesn't seem to mention the new one https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/webresourcerequested?tabs=dotnet |
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.
-
In MicrosoftEdge/WebView2Announcements#102 it was posted that
AddWebResourceRequestedFilter
is deprecated and thatAddWebResourceRequestedFilterWithRequestSourceKinds
must be used instead.The issue links to docs, but only the Win32 docs mention the new API. The other links point to the apparently deprecated API. And when I tried to use the latest pre-release NuGet package (1.0.2895-prerelease), I don't see the API available in WPF or WinUI:
cc @victorhuangwq
Beta Was this translation helpful? Give feedback.
All reactions