Skip to main content
Version: 17.1.1

LaunchOptions.handleSIGTERM property

Close the browser process on SIGTERM.

Signature:

interface LaunchOptions {
handleSIGTERM?: boolean;
}