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

14 lines
198 B
Markdown

---
sidebar_label: InterceptResolutionState.priority
---
# InterceptResolutionState.priority property
**Signature:**
```typescript
interface InterceptResolutionState {
priority?: number;
}
```