puppeteer/lib
Andrey Lushnikov 14a75a83ea Merge Page.evaluate and Page.evaluateAsync together
This patch makes Page.evaluate await promise if one is
returned by the evaluated code.

This makes the Page.evaluateAsync unneeded, so the patch
removes it.

Fixes #11.
2017-06-15 14:56:40 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Drop the chrome-remote-interface dependency 2017-06-14 15:45:59 -07:00
Connection.js Drop the chrome-remote-interface dependency 2017-06-14 15:45:59 -07:00
helpers.js Merge Page.evaluate and Page.evaluateAsync together 2017-06-15 14:56:40 -07:00
Page.js Merge Page.evaluate and Page.evaluateAsync together 2017-06-15 14:56:40 -07:00
Request.js Implement Request.setHeader() method 2017-06-15 08:37:06 -07:00