docs: add exposeNetwork option documentation to connectOptions fixture (#28483)

This commit is contained in:
Dmitry Gozman 2023-12-04 09:38:17 -08:00 committed by GitHub
parent facec88c99
commit b4de3133cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,7 @@ export default defineConfig({
- `wsEndpoint` <[string]> A browser websocket endpoint to connect to.
- `headers` ?<[void]|[Object]<[string], [string]>> Additional HTTP headers to be sent with web socket connect request. Optional.
- `timeout` ?<[int]> Timeout in milliseconds for the connection to be established. Optional, defaults to no timeout.
- `exposeNetwork` ?<[string]> Option to expose network available on the connecting client to the browser being connected to. See [`method: BrowserType.connect`] for more details.
**Usage**