puppeteer/docs/api/puppeteer.networkconditions.md

88 lines
707 B
Markdown

---
sidebar_label: NetworkConditions
---
# NetworkConditions interface
#### Signature:
```typescript
export interface NetworkConditions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
<span id="download">download</span>
</td><td>
</td><td>
number
</td><td>
Download speed (bytes/s)
</td><td>
</td></tr>
<tr><td>
<span id="latency">latency</span>
</td><td>
</td><td>
number
</td><td>
Latency (ms)
</td><td>
</td></tr>
<tr><td>
<span id="upload">upload</span>
</td><td>
</td><td>
number
</td><td>
Upload speed (bytes/s)
</td><td>
</td></tr>
</tbody></table>