puppeteer/docs/api/puppeteer.protocollifecycleevent.md
2022-07-05 15:41:43 +02:00

16 lines
234 B
Markdown

---
sidebar_label: ProtocolLifeCycleEvent
---
# ProtocolLifeCycleEvent type
**Signature:**
```typescript
export declare type ProtocolLifeCycleEvent =
| 'load'
| 'DOMContentLoaded'
| 'networkIdle'
| 'networkAlmostIdle';
```