Skip to main content
Version: 16.0.0

LaunchOptions.handleSIGHUP property

Close the browser process on SIGHUP.

Signature:

interface LaunchOptions {
handleSIGHUP?: boolean;
}