You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
For Win32, please use AddWebResourceRequestedFilterWithRequestSourceKindsWin32.
For .NET/WinRT please include RequestSourceKinds as the third parameter to AddWebResourceRequestedFilter ( .NET / WinRT)
The text was updated successfully, but these errors were encountered:
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:
AddWebResourceRequestedFilterWithRequestSourceKinds
Win32.RequestSourceKinds
as the third parameter toAddWebResourceRequestedFilter
( .NET / WinRT)The text was updated successfully, but these errors were encountered: