17 lines
332 B
Markdown
17 lines
332 B
Markdown
---
|
|
sidebar_label: HTTPRequest.isInterceptResolutionHandled
|
|
---
|
|
# HTTPRequest.isInterceptResolutionHandled() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class HTTPRequest {isInterceptResolutionHandled(): boolean;}
|
|
```
|
|
**Returns:**
|
|
|
|
boolean
|
|
|
|
`true` if the intercept resolution has already been handled, `false` otherwise.
|
|
|