mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
[Puppeteer] added missing member on LaunchOptions
added `appMode`
This commit is contained in:
Vendored
+2
@@ -1203,6 +1203,8 @@ export interface Target {
|
||||
}
|
||||
|
||||
export interface LaunchOptions {
|
||||
/** Whether to open chrome in appMode. Defaults to false. */
|
||||
appMode?: boolean;
|
||||
/** Whether to ignore HTTPS errors during navigation. Defaults to false. */
|
||||
ignoreHTTPSErrors?: boolean;
|
||||
/** Do not use `puppeteer.defaultArgs()` for launching Chromium. Defaults to false. */
|
||||
|
||||
Reference in New Issue
Block a user