typedef: add useSessionId to CDPApi.send()
This commit is contained in:
parent
cd150331f3
commit
f14929cb1c
5
gluon.d.ts
vendored
5
gluon.d.ts
vendored
@ -48,7 +48,10 @@ type CDPApi = {
|
|||||||
method: string,
|
method: string,
|
||||||
|
|
||||||
/** Parameters of CDP command. */
|
/** Parameters of CDP command. */
|
||||||
params?: Object
|
params?: Object,
|
||||||
|
|
||||||
|
/** Send session ID with the command (default true). */
|
||||||
|
useSessionId?: Boolean = true
|
||||||
): Promise<any>
|
): Promise<any>
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user