0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.httpresponse.timing.md

20 lines
286 B
Markdown

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