puppeteer/lib
Andrey Lushnikov e1c5b8d244 Aborted network requests should use protocol's "Failed" status (#215)
This patch starts using "Failed" command for request interception instead of
"Aborted".

The "Aborted" status also has a side-effect of cancelling the navigation, so
there will be no error on the page and form puppeteer's standpoint, the navigation
will never complete.
2017-08-07 15:13:17 -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 Do not count inflight requests explicitly - use set. (#202) 2017-08-03 16:30:55 -07:00
NetworkManager.js Aborted network requests should use protocol's "Failed" status (#215) 2017-08-07 15:13:17 -07:00
Page.js Page.pdf should accept case-insensetive page format (#211) 2017-08-04 01:01:10 -07:00
Tracing.js Move path option into tracing.start (#192) 2017-08-02 15:41:05 -07:00