puppeteer/lib
Andrey Lushnikov 20ba447689 [DEBUG] Trace only those events which have listeners. (#201)
The `DEBUG=*page npm run unit` is too verbose due to events spamming
the console.

This patch starts tracing emitted events only if there are any
listeners.
2017-08-03 15:20:31 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Use const a lot fo places (#188) 2017-08-02 12:06:47 -07:00
Connection.js Use const a lot fo places (#188) 2017-08-02 12:06:47 -07:00
Dialog.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
EmulationManager.js Refactor EmulationManager 2017-07-29 19:19:37 -07:00
FrameManager.js Kill page.$ and page.$$ functions (#197) 2017-08-03 13:35:31 -07:00
helper.js [DEBUG] Trace only those events which have listeners. (#201) 2017-08-03 15:20:31 -07:00
Input.js Add delay option to input methods (#171) 2017-07-31 18:18:15 -07:00
NavigatorWatcher.js Implement browser 'ignoreHTTPSErrors' option. (#177) 2017-08-01 15:17:57 -07:00
NetworkManager.js response.text() should wait for request to finish 2017-07-29 18:48:30 -07:00
Page.js Kill page.$ and page.$$ functions (#197) 2017-08-03 13:35:31 -07:00
Tracing.js Move path option into tracing.start (#192) 2017-08-02 15:41:05 -07:00