2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: networkConditions
|
|
|
|
---
|
|
|
|
|
|
|
|
# networkConditions variable
|
|
|
|
|
2022-10-06 15:30:00 +00:00
|
|
|
> Warning: This API is now obsolete.
|
|
|
|
>
|
|
|
|
> Import [PredefinedNetworkConditions](./puppeteer.predefinednetworkconditions.md).
|
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
|
|
|
|
networkConditions: Readonly<{
|
2022-08-11 05:55:02 +00:00
|
|
|
'Slow 3G': NetworkConditions;
|
|
|
|
'Fast 3G': NetworkConditions;
|
|
|
|
}>;
|
2022-07-05 13:41:43 +00:00
|
|
|
```
|