Skip to content

ConnectToCdpOptions.shouldRemoveVaultOnDispose?

ConnectToCdpOptions › shouldRemoveVaultOnDispose?

Type: boolean

Whether to remove the vault directory on CdpConnection.dispose.

When omitted, defaults to true for an implicit throw-away temp vault (vault not given) and false when a vault path is given, so a real vault is never deleted. Set explicitly to override.