property ChromeHandle.shutdown

Kills Chrome and awaits async temp-dir cleanup. Safe to call before CDP is ready, and idempotent with Chrome's own dead-on-arrival cleanup. Call before process.exit().

Type

() => Promise<void>

Usage

import { type ChromeHandle } from "lib/types.ts";