puppeteer/docs/api/puppeteer.httpresponse.timing.md

20 lines
295 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: HTTPResponse.timing
---
# HTTPResponse.timing() method
Timing information related to the response.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class HTTPResponse {
abstract timing(): Protocol.Network.ResourceTiming | null;
2022-07-05 13:41:43 +00:00
}
```
**Returns:**
Protocol.Network.ResourceTiming \| null