Skip to content
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

webRequest.getSecurityInfo options parameter optional #24056

Conversation

rebloor
Copy link
Collaborator

@rebloor rebloor commented Aug 7, 2024

Summary

Documents the change made in Bug 1909474 webRequest.getSecurityInfo() options parameter is documented as optional but cannot be optional

Related issues

MDN content changes made in PR mdn/content#35345

@rebloor rebloor added the data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions label Aug 7, 2024
@rebloor rebloor self-assigned this Aug 7, 2024
}
}
},
"requestId": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's drop requestId option here. It is a required part of the method. The method is meaningless without the ability to specify a requestId to identify the request.

@rebloor rebloor marked this pull request as ready for review August 8, 2024 17:35
@rebloor rebloor merged commit 386b10a into mdn:main Aug 8, 2024
6 checks passed
@rebloor rebloor deleted the webRequest.getSecurityInfo-options-parameter-optional branch August 8, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants