mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
dbb374d4af
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. |
||
---|---|---|
.. | ||
assets | ||
golden | ||
goldentest.js | ||
StaticServer.js | ||
test.js |