docs: document LaunchOptions.dumpio (#1051)
This commit is contained in:
parent
010c27410a
commit
8a7728da3d
|
|
@ -34,6 +34,10 @@ export type LaunchOptions = BrowserArgOptions & {
|
||||||
handleSIGTERM?: boolean,
|
handleSIGTERM?: boolean,
|
||||||
handleSIGHUP?: boolean,
|
handleSIGHUP?: boolean,
|
||||||
timeout?: number,
|
timeout?: number,
|
||||||
|
/**
|
||||||
|
* Whether to dump stdio of the browser, this is useful for example when
|
||||||
|
* diagnosing browser launch issues.
|
||||||
|
*/
|
||||||
dumpio?: boolean,
|
dumpio?: boolean,
|
||||||
env?: {[key: string]: string} | undefined
|
env?: {[key: string]: string} | undefined
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue