puppeteer/docs/api/puppeteer.internalnetworkconditions.md

54 lines
546 B
Markdown
Raw Permalink Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: InternalNetworkConditions
---
# InternalNetworkConditions interface
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export interface InternalNetworkConditions extends NetworkConditions
```
**Extends:** [NetworkConditions](./puppeteer.networkconditions.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
<span id="offline">offline</span>
</td><td>
</td><td>
boolean
</td><td>
</td><td>
</td></tr>
</tbody></table>