mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
34f043d821
This patch adds browser.stdout and browser.stderr streams. These streams allow to get the browser instance output, e.g. ```js browser.stderr.pipe(process.stdout); ``` |
||
---|---|---|
.. | ||
.eslintrc.js | ||
Browser.js | ||
Connection.js | ||
Dialog.js | ||
FrameManager.js | ||
helper.js | ||
Navigator.js | ||
NetworkManager.js | ||
Page.js |