mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
362 B
Markdown
24 lines
362 B
Markdown
---
|
|
sidebar_label: Puppeteer.networkConditions
|
|
---
|
|
# Puppeteer.networkConditions property
|
|
|
|
> Warning: This API is now obsolete.
|
|
>
|
|
> Import directly puppeteer.
|
|
>
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class Puppeteer {get networkConditions(): typeof networkConditions;}
|
|
```
|
|
|
|
## Example
|
|
|
|
|
|
```ts
|
|
import { networkConditions } from 'puppeteer';
|
|
```
|
|
|