Files
puppeteer/test
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
..
2017-09-01 19:03:51 -07:00
2017-06-21 14:11:52 -07:00
2017-08-31 17:58:07 -07:00
2017-08-21 16:39:04 -07:00