WebView2Announcements
WebView2Announcements copied to clipboard
[API Deprecation]: AddWebResourceRequestedFilter is now deprecated. Please use AddWebResourceRequestedFilterWithRequestSourceKinds
AddWebResourceRequestedFilter is deprecated and does not behave as expected for iframes. This filter only triggers the event for the main frame and its same-origin iframes.
Please use the updated APIs described below, which will let the event to fire for all iframes on the document:
Please use https://github.com/MicrosoftEdge/WebView2Feedback/discussions for any questions