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
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Implement browser.stdout and browser.stderr streams 2017-07-07 20:49:17 +03:00
Connection.js add a more clear message for protocol errors 2017-07-05 17:21:42 -07:00
Dialog.js Foramt JSDocs for 2 spaces 2017-06-21 14:11:52 -07:00
FrameManager.js fix switch statement indentation in FrameManager 2017-07-06 10:46:19 -07:00
helper.js Implement Frame.evaluate 2017-06-27 14:57:14 -07:00
Navigator.js Simplify lib/Navigator.js 2017-06-29 12:28:05 -07:00
NetworkManager.js Implement Body interface for both Request and Response 2017-07-06 12:17:01 -07:00
Page.js fix page.injectFile and add test. (#52) 2017-07-07 02:09:23 +03:00