mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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); ```