From 0a940cbe61fe44c1699e0fb10367524d2716085f Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 12 Apr 2023 00:36:56 +0100 Subject: [PATCH] typedef: add incognito open option --- gluon.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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, }; /**