Skip to main content
Version: 18.0.0

LaunchOptions.handleSIGHUP property

Close the browser process on SIGHUP.

Signature:

interface LaunchOptions {
handleSIGHUP?: boolean;
}