puppeteer/website/versioned_docs/version-19.7.5/api/puppeteer.launchoptions.handlesigint.md

20 lines
248 B
Markdown
Raw Normal View History

---
sidebar_label: LaunchOptions.handleSIGINT
---
# LaunchOptions.handleSIGINT property
Close the browser process on `Ctrl+C`.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
interface LaunchOptions {
handleSIGINT?: boolean;
}
```
2022-10-24 14:31:12 +00:00
#### Default value:
`true`