puppeteer/docs/api/puppeteer.httprequest.isinterceptresolutionhandled.md
2023-11-06 10:15:09 +01:00

20 lines
334 B
Markdown

---
sidebar_label: HTTPRequest.isInterceptResolutionHandled
---
# HTTPRequest.isInterceptResolutionHandled() method
Is `true` if the intercept resolution has already been handled, `false` otherwise.
#### Signature:
```typescript
class HTTPRequest {
abstract isInterceptResolutionHandled(): boolean;
}
```
**Returns:**
boolean