[Puppeteer] added missing member on LaunchOptions

added `appMode`
This commit is contained in:
Meir017
2018-02-24 23:35:48 +02:00
committed by GitHub
parent 48561aeea5
commit 322268a343
+2
View File
@@ -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. */