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