Skip to main content
Version: 16.1.0

LaunchOptions.handleSIGTERM property

Close the browser process on SIGTERM.

Signature:

interface LaunchOptions {
handleSIGTERM?: boolean;
}