puppeteer/src/node
Henrik Skupin 5c592913a8
chore: ignore stdout when dumpio isn't used (#7644)
When the browser child process has logging enabled
and output on stdout isn't constantly processed,
the brower process is about to freeze.

To avoid such a situation at least the stdout
pipe shouldn't be set by default but only if
dumpio is enabled.

Co-authored-by: Jan Scheffler <janscheffler@chromium.org>
2021-10-07 21:43:57 +00:00
..
BrowserFetcher.ts fix: add support for relative install paths to BrowserFetcher (#7613) 2021-09-29 14:21:38 +00:00
BrowserRunner.ts chore: ignore stdout when dumpio isn't used (#7644) 2021-10-07 21:43:57 +00:00
install.ts fix(install): respect environment proxy config when downloading Firef… (#6577) 2021-09-15 19:41:03 +00:00
Launcher.ts chore: disable certain Fission features for Firefox (#7610) 2021-10-07 12:13:54 +02:00
LaunchOptions.ts feat: add custom debugging port option (#4993) 2021-09-29 16:05:18 +02:00
NodeWebSocketTransport.ts feat: add User-Agent with Puppeteer version to WebSocket request (#5614) 2021-09-15 07:40:43 +00:00
PipeTransport.ts chore: enforce file extensions on imports (#6202) 2020-07-13 10:22:26 +01:00
Puppeteer.ts feat: add channel parameter for puppeteer.launch (#7389) 2021-07-09 12:43:42 +00:00