puppeteer/website/versioned_docs/version-22.6.3/api/puppeteer.interceptresolutionaction.md
release-please[bot] a63b8305ac
chore: release main (#12190)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-05 13:11:52 +00:00

95 lines
706 B
Markdown

---
sidebar_label: InterceptResolutionAction
---
# InterceptResolutionAction enum
#### Signature:
```typescript
export declare enum InterceptResolutionAction
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
Abort
</td><td>
`"abort"`
</td><td>
</td></tr>
<tr><td>
AlreadyHandled
</td><td>
`"already-handled"`
</td><td>
</td></tr>
<tr><td>
Continue
</td><td>
`"continue"`
</td><td>
</td></tr>
<tr><td>
Disabled
</td><td>
`"disabled"`
</td><td>
</td></tr>
<tr><td>
None
</td><td>
`"none"`
</td><td>
</td></tr>
<tr><td>
Respond
</td><td>
`"respond"`
</td><td>
</td></tr>
</tbody></table>