mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
17 lines
457 B
Markdown
17 lines
457 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [PredefinedNetworkConditions](./puppeteer.predefinednetworkconditions.md)
|
|
|
|
## PredefinedNetworkConditions type
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare type PredefinedNetworkConditions = {
|
|
[name: string]: NetworkConditions;
|
|
};
|
|
```
|
|
<b>References:</b> [NetworkConditions](./puppeteer.networkconditions.md)
|
|
|