v5.0.0
Breaking:
- Switch from PhantomJS to Puppeteer (Chrome) π 9685504
- Require Node.js 8 f5a092a
pageres.run()
now returnsPromise<Buffer[]>
instead ofStream[]
, whereBuffer
is the screenshot image. See the updated usage example.- You can no longer use protocol-less URLs. Use
https://example.com
instead ofexample.com
. - The
pageres.on('warning')
event was removed - Linux users will need to enable system sandboxing if they get a "No usable sandbox!" error
Other: