typedef: add userAgent open option
This commit is contained in:
parent
6eceb53e24
commit
06d2b25bf9
5
gluon.d.ts
vendored
5
gluon.d.ts
vendored
@ -551,7 +551,10 @@ type OpenOptions = {
|
|||||||
* Whether DevTools (Ctrl+Shift+I etc) is enabled/disabled in the Gluon window. Enabled by default.
|
* Whether DevTools (Ctrl+Shift+I etc) is enabled/disabled in the Gluon window. Enabled by default.
|
||||||
* @default true
|
* @default true
|
||||||
*/
|
*/
|
||||||
devtools?: boolean
|
devtools?: boolean,
|
||||||
|
|
||||||
|
/** Set a custom user agent for the browser engine to use. */
|
||||||
|
userAgent?: string,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user