Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#60056 Add link to Chromium flags list by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
BetzalelKenig authored Apr 26, 2022
1 parent 5f0d44b commit 75cadda
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion types/puppeteer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ export interface ChromeArgOptions {
headless?: boolean | undefined;
/**
* Additional arguments to pass to the browser instance.
* The list of Chromium flags can be found here.
* The list of Chromium flags can be found here: https://peter.sh/experiments/chromium-command-line-switches
*/
args?: string[] | undefined;
/**
Expand Down
2 changes: 1 addition & 1 deletion types/puppeteer/v1/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ export interface ChromeArgOptions {
headless?: boolean | undefined;
/**
* Additional arguments to pass to the browser instance.
* The list of Chromium flags can be found here.
* The list of Chromium flags can be found here: https://peter.sh/experiments/chromium-command-line-switches
*/
args?: string[] | undefined;
/**
Expand Down
2 changes: 1 addition & 1 deletion types/puppeteer/v2/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ export interface ChromeArgOptions {
headless?: boolean | undefined;
/**
* Additional arguments to pass to the browser instance.
* The list of Chromium flags can be found here.
* The list of Chromium flags can be found here: https://peter.sh/experiments/chromium-command-line-switches
*/
args?: string[] | undefined;
/**
Expand Down
2 changes: 1 addition & 1 deletion types/puppeteer/v3/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@ export interface ChromeArgOptions {
headless?: boolean | undefined;
/**
* Additional arguments to pass to the browser instance.
* The list of Chromium flags can be found here.
* The list of Chromium flags can be found here: https://peter.sh/experiments/chromium-command-line-switches
*/
args?: string[] | undefined;
/**
Expand Down
2 changes: 1 addition & 1 deletion types/puppeteer/v4/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ export interface ChromeArgOptions {
headless?: boolean | undefined;
/**
* Additional arguments to pass to the browser instance.
* The list of Chromium flags can be found here.
* The list of Chromium flags can be found here: https://peter.sh/experiments/chromium-command-line-switches
*/
args?: string[] | undefined;
/**
Expand Down

0 comments on commit 75cadda

Please sign in to comment.