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

This commit is contained in:
Yury Semikhatsky 2022-04-11 10:07:00 -07:00 committed by GitHub
parent 9dbc124d98
commit fe8dad0ac2
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`.