Skip to content

[API Deprecation]: AddWebResourceRequestedFilter is now deprecated. Please use AddWebResourceRequestedFilterWithRequestSourceKinds  #102

Open
@victorhuangwq

Description

@victorhuangwq

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 AddWebResourceRequestedFilterWithRequestSourceKinds Win32.
  • For .NET/WinRT please include RequestSourceKinds as the third parameter to AddWebResourceRequestedFilter ( .NET / WinRT)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions