CDPSession.connection() method
The underlying connection for this session, if any.
Signature
class CDPSession {
abstract connection(): Connection | undefined;
}
Returns:
Connection | undefined
The underlying connection for this session, if any.
class CDPSession {
abstract connection(): Connection | undefined;
}
Returns:
Connection | undefined