chore: roll 1.58.0-alpha-2026-01-15 (#1309)

This commit is contained in:
Yury Semikhatsky
2026-01-15 11:18:57 -08:00
committed by GitHub
parent 33b4c00923
commit 9cc61b4faf
4 changed files with 27 additions and 17 deletions

5
config.d.ts vendored
View File

@@ -64,6 +64,11 @@ export type Config = {
*/
cdpHeaders?: Record<string, string>;
/**
* Timeout in milliseconds for connecting to CDP endpoint. Defaults to 30000 (30 seconds). Pass 0 to disable timeout.
*/
cdpTimeout?: number;
/**
* Remote endpoint to connect to an existing Playwright server.
*/