-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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 #35345
webRequest.getSecurityInfo options parameter optional #35345
Conversation
Preview URLs
External URLs (1)URL:
(comment last updated: 2024-08-08 17:22:07) |
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.
Approved with the requested change applied.
@@ -28,9 +28,9 @@ let gettingInfo = browser.webRequest.getSecurityInfo( | |||
|
|||
- `requestId` | |||
- : `string`. ID of the request for which you want security info. You can get this from the `details` object that is passed into any `webRequest` event listeners. | |||
- `options` | |||
- `options` {{optional_inline}} |
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.
Above at line 23, change "object" to "optional object" too.
This pull request has merge conflicts that must be resolved before it can be merged. |
Description
Documents the change made in Bug 1909474 webRequest.getSecurityInfo() options parameter is documented as optional but cannot be optional
Related issues and pull requests
Related BCD change in mdn/browser-compat-data#24056