puppeteer/website/versioned_docs/version-19.2.2/api/puppeteer.launchoptions.handlesigterm.md

20 lines
252 B
Markdown
Raw Normal View History

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