2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: InterceptResolutionStrategy
|
|
|
|
---
|
|
|
|
|
|
|
|
# InterceptResolutionStrategy type
|
|
|
|
|
|
|
|
> Warning: This API is now obsolete.
|
|
|
|
>
|
|
|
|
> please use [InterceptResolutionAction](./puppeteer.interceptresolutionaction.md) instead.
|
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
2023-01-09 09:58:41 +00:00
|
|
|
export type InterceptResolutionStrategy = InterceptResolutionAction;
|
2022-08-06 14:49:20 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
**References:** [InterceptResolutionAction](./puppeteer.interceptresolutionaction.md)
|