puppeteer/docs/api/puppeteer.puppeteerlifecycleevent.md

16 lines
233 B
Markdown
Raw Normal View History

2022-07-01 11:52:39 +00:00
---
sidebar_label: PuppeteerLifeCycleEvent
---
# PuppeteerLifeCycleEvent type
**Signature:**
```typescript
export declare type PuppeteerLifeCycleEvent =
| 'load'
| 'domcontentloaded'
| 'networkidle0'
| 'networkidle2';
```