-
Notifications
You must be signed in to change notification settings - Fork 62
AddWebResourceRequestedFilter for workers #2499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AddWebResourceRequestedFilter for workers #2499
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Please address remaining issues I raised and then open the PR to main and I'll schedule a review.
specs/WebResourceRequestedWorkers.md
Outdated
|
|
||
| /// Event args for the `WebResourceRequested` event. | ||
| [uuid(572f38f9-c317-4b6c-8dd2-c8b894779bbb), object, pointer_default(unique)] | ||
| interface ICoreWebView2WebResourceRequestedEventArgs : IUnknown { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an extension of an existing interface right?
| interface ICoreWebView2WebResourceRequestedEventArgs : IUnknown { | |
| interface ICoreWebView2WebResourceRequestedEventArgs2 : ICoreWebView2WebResourceRequestedEventArgs { |
… background explanation
No description provided.