mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
df4d60c187
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
16 lines
271 B
Markdown
16 lines
271 B
Markdown
---
|
|
sidebar_label: ExperimentsConfiguration
|
|
---
|
|
|
|
# ExperimentsConfiguration type
|
|
|
|
Defines experiment options for Puppeteer.
|
|
|
|
See individual properties for more information.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export type ExperimentsConfiguration = Record<string, never>;
|
|
```
|