puppeteer/docs/api/puppeteer.interceptresolutionaction.md
dependabot[bot] 93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 updates (#12101)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-03-20 15:03:14 +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>