Skip to content

Commit

Permalink
docs: Update information about req.body type in v3.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki committed Feb 20, 2020
1 parent bdea9bf commit 1f119f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3-LIMITS.md
Expand Up @@ -12,7 +12,7 @@ Known differences

- For convenience, `res.body` is a Node.js [Readable stream][readable-stream], so decoding can be handled independently.

- Similarly, `req.body` can either be `null`, a string, a buffer or a Readable stream.
- Similarly, `req.body` can either be `null`, a buffer or a Readable stream.

- Also, you can handle rejected fetch requests through checking `err.type` and `err.code`. See [ERROR-HANDLING.md][] for more info.

Expand Down

0 comments on commit 1f119f1

Please sign in to comment.