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

20 lines
321 B
Markdown
Raw Normal View History

---
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.