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

20 lines
325 B
Markdown
Raw Normal View History

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