Connection クラス
シグネチャ:
export declare class Connection extends EventEmitter<CDPSessionEvents>
継承元: EventEmitter<CDPSessionEvents>
コンストラクタ
コンストラクタ | 修飾子 | 説明 |
---|---|---|
(constructor)(url, transport, delay, timeout) | Connection クラスの新しいインスタンスを構築します |
プロパティ
プロパティ | 修飾子 | 型 | 説明 |
---|---|---|---|
timeout | readonly | number |
メソッド
メソッド | 修飾子 | 説明 |
---|---|---|
createSession(targetInfo) | ||
dispose() | ||
fromSession(session) | static | |
send(method, params, options) | ||
session(sessionId) | ||
url() |