Skip to content

Commit

Permalink
Fix createPages build issues
Browse files Browse the repository at this point in the history
Unfortunately, links in h3s are not supported :-/
  • Loading branch information
Ivan Mirić committed Apr 26, 2022
1 parent 2fdc597 commit a9c70c7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,22 @@ You can customize the creation of a new browser context using the following opti

<!-- vale on -->

### <a name="newcontext-geolocation">geolocation option</a>
### geolocation option

| Option | Type | Description |
| --------- | :----- | ----------- |
| latitude | number | Latitude between -90 and 90. |
| longitude | number | Longitude between -180 and 180. |
| accuracy | number | Non-negative accuracy value. Defaults to 0. |

### <a name="newcontext-http-credentials">httpCredentials option</a>
### httpCredentials option

| Option | Type | Description |
| -------- | ------ | ----------- |
| username | string | Username to pass to the web browser for Basic HTTP Authentication. |
| password | string | Password to pass to the web browser for Basic HTTP Authentication. |

### <a name="newcontext-screen">screen option</a>
### screen option

| Option | Type | Description |
| -------- | ------ | ----------- |
Expand Down

0 comments on commit a9c70c7

Please sign in to comment.