docs: mark fetch params as optional again (#13479)

This commit is contained in:
Yury Semikhatsky 2022-04-11 10:01:32 -07:00 committed by GitHub
parent 962361abd7
commit 1ee42a366d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ Query parameters to be sent with the URL.
## java-fetch-params
* langs: java
- `options` <[RequestOptions]>
- `options` ?<[RequestOptions]>
Optional request parameters.
@ -552,7 +552,7 @@ call [`method: BrowserContext.close`] for the HAR to be saved.
## context-option-recordhar-omit-content
* langs: csharp, java, python
- alias-python: record_har_omit_content
- `recordHarOmitContent` <[boolean]>
- `recordHarOmitContent` ?<[boolean]>
Optional setting to control whether to omit request content from the HAR. Defaults to `false`.