20 lines
285 B
Markdown
20 lines
285 B
Markdown
---
|
|
sidebar_label: HTTPResponse.timing
|
|
---
|
|
|
|
# HTTPResponse.timing() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class HTTPResponse {
|
|
timing(): Protocol.Network.ResourceTiming | null;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
Protocol.Network.ResourceTiming \| null
|
|
|
|
Timing information related to the response.
|