mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
16 lines
256 B
Markdown
16 lines
256 B
Markdown
---
|
|
sidebar_label: LaunchOptions.dumpio
|
|
---
|
|
|
|
# LaunchOptions.dumpio property
|
|
|
|
If true, pipes the browser process stdout and stderr to `process.stdout` and `process.stderr`.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface LaunchOptions {
|
|
dumpio?: boolean;
|
|
}
|
|
```
|