puppeteer/examples
Andrey Lushnikov ec414eb774 Rename page.size() and page.setSize() into page.viewportSize()
It turns page.size() and page.setSize() methods are slightly
confusing since there multiple different sizes (layout size,
content size, viewport size..)

This patch renames Page.{size,setSize} methods into
Page.{viewportSize,setViewportSize} methods to avoid confusion.
2017-06-14 07:41:26 -07:00
..
colorwheel.js Rename page.size() and page.setSize() into page.viewportSize() 2017-06-14 07:41:26 -07:00
custom-chromium-revision.js Introduce utils/check_availability.js utility 2017-06-08 11:22:21 -07:00
detectsniff.js Fix License header of certain examples 2017-05-12 16:48:02 -07:00
features.js Convert event names to small caps 2017-05-13 12:04:30 -07:00
loadurlwithoutcss.js minor code cleanup 2017-05-14 23:44:35 -07:00
openurlwithproxy.js Re-implement openurlwithproxy.js example 2017-05-14 23:01:02 -07:00
pagecallback.js Convert event names to small caps 2017-05-13 12:04:30 -07:00
screenshot.js Update examples/screenshot.js to use Page.saveScreenshot 2017-05-12 11:12:32 -07:00
unrandomize.js Fix License header of certain examples 2017-05-12 16:48:02 -07:00