CDPSession.connection() 方法
¥CDPSession.connection() method
此会话的底层连接(如果有)。
¥The underlying connection for this session, if any.
签名
¥Signature
class CDPSession {
abstract connection(): Connection | undefined;
}
Returns:
Connection | undefined
¥CDPSession.connection() method
此会话的底层连接(如果有)。
¥The underlying connection for this session, if any.
¥Signature
class CDPSession {
abstract connection(): Connection | undefined;
}
Returns:
Connection | undefined