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
|
|
|
|
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| -------- | --------- | ------ | ----------- | ------- |
|
|
|
|
| download | | number | | |
|
|
|
|
| latency | | number | | |
|
|
|
|
| upload | | number | | |
|