typedef: add incognito open option
This commit is contained in:
parent
d56f69abcb
commit
0a940cbe61
6
gluon.d.ts
vendored
6
gluon.d.ts
vendored
@ -555,6 +555,12 @@ type OpenOptions = {
|
|||||||
|
|
||||||
/** Set a custom user agent for the browser engine to use. */
|
/** Set a custom user agent for the browser engine to use. */
|
||||||
userAgent?: string,
|
userAgent?: string,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Do not persist browser data in the regular data directory.
|
||||||
|
* @default false
|
||||||
|
*/
|
||||||
|
incognito?: boolean,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user