Skip to content

Commit

Permalink
docs: document LaunchOptions.dumpio (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar authored Feb 18, 2020
1 parent 010c274 commit 8a7728d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/browserType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export type LaunchOptions = BrowserArgOptions & {
handleSIGTERM?: boolean,
handleSIGHUP?: boolean,
timeout?: number,
/**
* Whether to dump stdio of the browser, this is useful for example when
* diagnosing browser launch issues.
*/
dumpio?: boolean,
env?: {[key: string]: string} | undefined
};
Expand Down

0 comments on commit 8a7728d

Please sign in to comment.