diff --git a/gluon.d.ts b/gluon.d.ts index db4de93..bfce48f 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -555,6 +555,12 @@ type OpenOptions = { /** Set a custom user agent for the browser engine to use. */ userAgent?: string, + + /** + * Do not persist browser data in the regular data directory. + * @default false + */ + incognito?: boolean, }; /**