This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6ae7077adf
Branches
Tags
No results found.
puppeteer
/
website
/
versioned_docs
/
version-19.4.1
/
api
/
puppeteer.launchoptions.handlesighup.md
release-please[bot]
848c849358
chore: release main (
#9395
)
2022-12-16 14:21:28 +01:00
248 B
Raw
Blame
History
sidebar_label
LaunchOptions.handleSIGHUP
LaunchOptions.handleSIGHUP property
Close the browser process on
SIGHUP
.
Signature:
interface
LaunchOptions
{
handleSIGHUP?
:
boolean
;
}
Default value:
true