Skip to main content
Version: Next

CDPSession.connection() method

Signature:

class CDPSession {
abstract connection(): Connection | undefined;
}

Returns:

Connection | undefined