14 lines
655 B
Markdown
14 lines
655 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) > [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) > [postData](./puppeteer.protocol.network.continueinterceptedrequestrequest.postdata.md)
|
|
|
|
## Protocol.Network.ContinueInterceptedRequestRequest.postData property
|
|
|
|
If set this allows postData to be set. Must not be set in response to an authChallenge.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
postData?: string;
|
|
```
|