Skip to content

DesktopCdpTransport.disposeSync method

DesktopCdpTransport › disposeSync

Synchronous disposal — kills the owned instance and makes a best-effort removal of its user-data directory. Safe to call from a process exit handler (where async retries are impossible; a leftover temp directory is acceptable).

Signature:

disposeSync(): void

Returns: void