puppeteer/website/versioned_docs/version-19.2.2/api/puppeteer.httprequest.isinterceptresolutionhandled.md
2022-11-03 11:02:28 +01:00

20 lines
322 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.