Files
puppeteer/lib
Andrey Lushnikov 34f043d821 Implement browser.stdout and browser.stderr streams
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);
```
2017-07-07 20:49:17 +03:00
..
2017-06-21 14:11:52 -07:00
2017-06-27 14:57:14 -07:00
2017-06-29 12:28:05 -07:00