You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Each `passes` entry defines basic settings such as how long to wait for the page
121
121
| networkQuietThresholdMs |`number`| The number of milliseconds since the last network request to wait before the page should be considered to have reached 'network quiet'. Used to ensure the page has had time for the full waterfall of network requests to complete before ending a trace. (Default: 5000) |
122
122
| pauseAfterNetworkQuietMs |`number`| The number of milliseconds to wait after 'network quiet' before the pass can continue. Used to ensure the page has had time for post-network-quiet JavaScript to execute before ending a trace. (Default: 0) |
123
123
| blockedUrlPatterns |`string[]`| URLs of requests to block while loading the page. Basic wildcard support using `*`. |
124
-
| gatherers |`string[]`| The list of gatherers to run on this pass. |
124
+
| gatherers |`string[]`| The list of gatherers to run on this pass. This property is required and on extension will be concatenated with the existing set of gatherers. |
0 commit comments