puppeteer/website/versioned_docs/version-19.7.3/api/puppeteer.httprequest.isinterceptresolutionhandled.md

20 lines
322 B
Markdown
Raw Normal View History

---
sidebar_label: HTTPRequest.isInterceptResolutionHandled
---
# HTTPRequest.isInterceptResolutionHandled() method
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
```
**Returns:**
boolean
`true` if the intercept resolution has already been handled, `false` otherwise.