diff --git a/gluon.d.ts b/gluon.d.ts index cf3bb6f..ec74a4b 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -48,7 +48,10 @@ type CDPApi = { method: string, /** Parameters of CDP command. */ - params?: Object + params?: Object, + + /** Send session ID with the command (default true). */ + useSessionId?: Boolean = true ): Promise };