mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
eedbb13ada
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
20 lines
238 B
Markdown
20 lines
238 B
Markdown
---
|
|
sidebar_label: HTTPRequest.postData
|
|
---
|
|
|
|
# HTTPRequest.postData() method
|
|
|
|
The request's post body, if any.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class HTTPRequest {
|
|
postData(): string | undefined;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
string \| undefined
|