puppeteer/docs/api/puppeteer.httprequest.isinterceptresolutionhandled.md

20 lines
322 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: HTTPRequest.isInterceptResolutionHandled
---
# HTTPRequest.isInterceptResolutionHandled() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
```
**Returns:**
boolean
`true` if the intercept resolution has already been handled, `false` otherwise.