Files
puppeteer/lib
Andrey Lushnikov ba37a4f82d Get rid of Body class
The Body class was inlined in the Request and Response classes.
This patch:
- removes the Body class
- adds Request.postData public property
- adds Response.buffer(), Response.text() and Response.json() methods

Fixes #106.
2017-07-27 23:11:24 -07:00
..
2017-07-26 09:58:03 -07:00
2017-07-25 16:47:49 -07:00
2017-07-27 23:11:24 -07:00