14 lines
671 B
Markdown
14 lines
671 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [EmulateNetworkConditionsRequest](./puppeteer.protocol.network.emulatenetworkconditionsrequest.md) > [uploadThroughput](./puppeteer.protocol.network.emulatenetworkconditionsrequest.uploadthroughput.md)
|
||
|
|
||
|
## Protocol.Network.EmulateNetworkConditionsRequest.uploadThroughput property
|
||
|
|
||
|
Maximal aggregated upload throughput (bytes/sec). -1 disables upload throttling.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
uploadThroughput: number;
|
||
|
```
|