mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ba37a4f82d
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. |
||
---|---|---|
.. | ||
.eslintrc.js | ||
Browser.js | ||
Connection.js | ||
Dialog.js | ||
EmulationManager.js | ||
FrameManager.js | ||
helper.js | ||
Input.js | ||
NavigatorWatcher.js | ||
NetworkManager.js | ||
Page.js |