puppeteer/lib
Andrey Lushnikov dbb374d4af Fix racy condition in case of multiple parallel screenshots
Page.screenshot operates the global state of the page. In case of
multiple Page.screenshot() commands running in parallel with different
clipping rects, they interfere with each other.

This patch makes Page.screenshot() commands run sequencially
even though they were called in parallel.

Fixes #15.
2017-06-16 20:20:36 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Cleanup Page class 2017-06-15 21:35:31 -07:00
Connection.js Drop the chrome-remote-interface dependency 2017-06-14 15:45:59 -07:00
Dialog.js Refactor JavaScript dialog API 2017-06-15 21:22:41 -07:00
helpers.js Merge Page.evaluate and Page.evaluateAsync together 2017-06-15 14:56:40 -07:00
Page.js Fix racy condition in case of multiple parallel screenshots 2017-06-16 20:20:36 -07:00
Request.js Implement Request.setHeader() method 2017-06-15 08:37:06 -07:00