puppeteer/website/versioned_docs/version-19.0.0/api/puppeteer.protocollifecycleevent.md

16 lines
234 B
Markdown
Raw Normal View History

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