mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: format docs (#8629)
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
---
|
||||
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.
|
||||
|
||||
---
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user