Skip to main content
Version: Next

LaunchOptions.handleSIGTERM property

Close the browser process on SIGTERM.

Signature:

interface LaunchOptions {
handleSIGTERM?: boolean;
}