Skip to main content
Version: 15.3.0

LaunchOptions.handleSIGTERM property

Close the browser process on SIGTERM.

Signature:

interface LaunchOptions {
handleSIGTERM?: boolean;
}