typedef: add missing windowSize
This commit is contained in:
parent
6207163713
commit
7b10f38131
3
gluon.d.ts
vendored
3
gluon.d.ts
vendored
@ -507,6 +507,9 @@ type OpenOptions = {
|
||||
/** Force Gluon to use a specific browser engine instead of automatically finding a browser itself. */
|
||||
forceEngine?: BrowserEngine,
|
||||
|
||||
/** Size of Gluon window in [width, height]. */
|
||||
windowSize?: [number, number],
|
||||
|
||||
/**
|
||||
* Opt-in to allowing HTTP. Not recommended to use, always keep `false` where possible. Primarily to support custom localhost servers.
|
||||
* Options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user