puppeteer/docs/api/puppeteer.puppeteerlifecycleevent.md

12 lines
234 B
Markdown
Raw Normal View History

---
sidebar_label: PuppeteerLifeCycleEvent
---
# PuppeteerLifeCycleEvent type
**Signature:**
```typescript
export declare type PuppeteerLifeCycleEvent = 'load' | 'domcontentloaded' | 'networkidle0' | 'networkidle2';
```