0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.responseforrequest.body.md
Jack Franklin f7857d27c4
chore(docs): document HTTPRequest with TSDoc ()
* chore(docs): document HTTPRequest with TSDoc

* doclint

* example
2020-07-03 14:28:45 +01:00

12 lines
356 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ResponseForRequest](./puppeteer.responseforrequest.md) &gt; [body](./puppeteer.responseforrequest.body.md)
## ResponseForRequest.body property
<b>Signature:</b>
```typescript
body: string | Buffer;
```