puppeteer/lib
Andrey Lushnikov a71f287c6b Fix evaluation in case of first "undefind" argument (#732)
It turns out that [undefined, 1].join(',') results in ",1" instead
of "undefined,1". This causes a syntax error when trying to pass undefined
as a first argument to `page.evaluate` method.

Fixes #572.
2017-09-11 16:59:38 -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 Fix evaluation in case of first "undefind" argument (#732) 2017-09-11 16:59:38 -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