Skip to main content

LaunchOptions.handleSIGTERM property

Close the browser process on SIGTERM.

Signature:

interface LaunchOptions {
handleSIGTERM?: boolean;
}