puppeteer/docs/api/puppeteer.actionresult.md

12 lines
172 B
Markdown
Raw Normal View History

---
sidebar_label: ActionResult
---
# ActionResult type
**Signature:**
```typescript
export declare type ActionResult = 'continue' | 'abort' | 'respond';
```