puppeteer/docs/api/puppeteer.puppeteerlifecycleevent.md

16 lines
234 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: PuppeteerLifeCycleEvent
---
# PuppeteerLifeCycleEvent type
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export declare type PuppeteerLifeCycleEvent =
| 'load'
| 'domcontentloaded'
| 'networkidle0'
| 'networkidle2';
```