puppeteer/docs/api/puppeteer.httprequest.postdata.md

20 lines
247 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: HTTPRequest.postData
---
# HTTPRequest.postData() method
The request's post body, if any.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class HTTPRequest {
abstract postData(): string | undefined;
2022-07-05 13:41:43 +00:00
}
```
**Returns:**
string \| undefined