puppeteer/lib
Andrey Lushnikov e5c17eecb9 Carefully manage unhandled rejections for navigation (#741)
Currently, navigation watcher throws exception if timeout
is exceeded.

Due to the way it is used in `page.navigate`, the promise
get's rejected before it is awaited, which is considered to
be "unhandled promise rejection".

Fixes #738
2017-09-11 16:43:37 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
Connection.js Remove promise jsdoc (#641) 2017-08-31 17:58:07 -07:00
Dialog.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
ElementHandle.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
EmulationManager.js Roll chromium to 492629 (#230) 2017-08-09 16:14:00 -07:00
FrameManager.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
helper.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
Input.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
Launcher.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
Multimap.js Fix Request Interception (#565) 2017-08-27 12:41:09 -07:00
NavigatorWatcher.js Carefully manage unhandled rejections for navigation (#741) 2017-09-11 16:43:37 -07:00
NetworkManager.js [api] Implement page.authenticate method (#729) 2017-09-11 16:32:13 -07:00
Page.js Carefully manage unhandled rejections for navigation (#741) 2017-09-11 16:43:37 -07:00
Puppeteer.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
Tracing.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00