puppeteer/lib
Andrey Lushnikov c8664319ed Make browser._ensureChromeIsRunning idempotent
The _ensureChromeIsRunning should launch chrome only once
and return the same promise for all its clients.
2017-07-06 18:20:01 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Make browser._ensureChromeIsRunning idempotent 2017-07-06 18:20:01 -07: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