Skip to content

Commit

Permalink
docs: mark fetch params as optional again (microsoft#13479) (microsof…
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Apr 11, 2022
1 parent 9dbc124 commit fe8dad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/api/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Query parameters to be sent with the URL.

## java-fetch-params
* langs: java
- `options` <[RequestOptions]>
- `options` ?<[RequestOptions]>

Optional request parameters.

Expand Down Expand Up @@ -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`.

Expand Down

0 comments on commit fe8dad0

Please sign in to comment.