puppeteer/docs/api/puppeteer.networkconditions.md

20 lines
514 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: NetworkConditions
2022-07-05 13:41:43 +00:00
---
# NetworkConditions interface
2022-07-05 13:41:43 +00:00
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export interface NetworkConditions
2022-07-05 13:41:43 +00:00
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------- | ------ | ------------------------ | ------- |
| download | | number | Download speed (bytes/s) | |
| latency | | number | Latency (ms) | |
| upload | | number | Upload speed (bytes/s) | |