14 lines
605 B
Markdown
14 lines
605 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) > [Request](./puppeteer.protocol.network.request.md) > [hasPostData](./puppeteer.protocol.network.request.haspostdata.md)
|
|
|
|
## Protocol.Network.Request.hasPostData property
|
|
|
|
True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
hasPostData?: boolean;
|
|
```
|