puppeteer/website/versioned_docs/version-19.1.0/api/puppeteer.configuration.experiments.md

16 lines
210 B
Markdown
Raw Normal View History

2022-10-21 13:52:43 +00:00
---
sidebar_label: Configuration.experiments
---
# Configuration.experiments property
**Signature:**
2022-10-21 13:52:43 +00:00
```typescript
interface Configuration {
experiments?: {
macArmChromiumEnabled?: boolean;
};
2022-10-21 13:52:43 +00:00
}
```