puppeteer/docs/api/puppeteer.networkconditions.md
dependabot[bot] 93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 updates (#12101)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-03-20 15:03:14 +00:00

88 lines
629 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>
download
</td><td>
</td><td>
number
</td><td>
Download speed (bytes/s)
</td><td>
</td></tr>
<tr><td>
latency
</td><td>
</td><td>
number
</td><td>
Latency (ms)
</td><td>
</td></tr>
<tr><td>
upload
</td><td>
</td><td>
number
</td><td>
Upload speed (bytes/s)
</td><td>
</td></tr>
</tbody></table>